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

Fix counting of available execution threads #58

Merged
merged 1 commit into from
Jul 25, 2020
Merged

Conversation

bensheldon
Copy link
Owner

Was incorrectly counting number of threads available to do work in Concurrent::ThreadPoolExecutor, which would have the effect of causing the scheduler to not create new execution threads because it incorrectly believed all threads were engaged.

Was incorrectly counting number of threads available to do work in Concurrent::ThreadPoolExecutor, which would have the effect of causing the scheduler to not create new execution threads because it incorrectly believed all threads were engaged.
@bensheldon bensheldon added the bug Something isn't working label Jul 25, 2020
@bensheldon bensheldon merged commit 123051d into main Jul 25, 2020
@bensheldon bensheldon deleted the worker_math branch July 25, 2020 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant