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 thread shutdown logic #681

Merged
merged 1 commit into from Sep 18, 2023
Merged

Fix thread shutdown logic #681

merged 1 commit into from Sep 18, 2023

Conversation

tadast
Copy link
Collaborator

@tadast tadast commented Sep 18, 2023

Shutdown was calling a non-existant 'schedule' method. Seems like the original thread pool's schedule method was renamed to 'queue' here, but this reference was not updated.

Shutdown was calling a non-existant 'schedule' method. Seems like
the original thread pool's schedule method was renamed to 'queue'
here, but this reference was not updated.
@ghost
Copy link

ghost commented Sep 18, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@yannickwurm yannickwurm merged commit 462be12 into wurmlab:master Sep 18, 2023
5 checks passed
@yannickwurm
Copy link
Member

Great catch - thank you

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.

None yet

2 participants