Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce forkExecution occurrences in the stack #63

Open
Dragovorn opened this issue Nov 15, 2023 · 2 comments
Open

Reduce forkExecution occurrences in the stack #63

Dragovorn opened this issue Nov 15, 2023 · 2 comments
Labels
bug Something isn't working eldritch This issue is incomprehensible
Milestone

Comments

@Dragovorn
Copy link
Member

Right now it probably isn't an issue, but I can imagine on significantly larger scale projects it could become an issue.

@Dragovorn Dragovorn added bug Something isn't working eldritch This issue is incomprehensible labels Nov 15, 2023
@Dragovorn
Copy link
Member Author

Will likely need to rewrite forkExecution to terminate when it's caught up with the original method, the executed list should be updated and not lead to any concurrent modification issues.

If that doesn't work, consider forking execution to a new thread & waiting for that one to finish. (this might honestly just be the optimal solution)

@Dragovorn Dragovorn added this to the 1.0.0 milestone Nov 16, 2023
@Dragovorn
Copy link
Member Author

Putting this into the 1.0.0 milestone but it might be tentative depending how difficult this shit might.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working eldritch This issue is incomprehensible
Projects
None yet
Development

No branches or pull requests

1 participant