-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Actor pool "join" returns too early #71
Comments
Reopened because tests indicate it still works not reliable. |
Closing for now, tests appear to fail because of output capturing issues. |
reactormonk
pushed a commit
to reactormonk/nim
that referenced
this issue
Apr 7, 2014
krux02
pushed a commit
to krux02/Nim
that referenced
this issue
Jan 11, 2022
71: Deal with remaining disabled tests r=saem a=canelhasmateus Co-authored-by: Mateus <mateus.canelhas@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If one of the actions already running tries to send a new action to the pool after the main thread has called join, then the new actions may not get called.
This code should print all numbers between 0 and 10 in no particular order, instead it only prints "10".
The text was updated successfully, but these errors were encountered: