Skip to content

Conversation

@davidlattimore
Copy link

No description provided.

@davidlattimore
Copy link
Author

This fixes a deadlock seen in the test scope::tests::scoped_concurrency. Where more than 64 jobs were spawned into a scope, the job queue for that worker would fill up. The remaining jobs would be discarded without being executed. When the scoped tried to finish, it would wait for all jobs to complete, which would never happen because some had been lost.

Issue #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant