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 DefaultExecutor having a separate thread and being used for cleanup work and running Dispatchers.Unconfined #4277

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

dkhalanskyjb
Copy link
Collaborator

Fixes #4262

Before this change, DefaultExecutor was occasionally used for
executing the work of dispatchers that no longer function.
This is no longer the case: instead, Dispatchers.IO is used for
that on our multithreaded targets.
@dkhalanskyjb dkhalanskyjb force-pushed the dk-remove-defaultexecutor branch 2 times, most recently from b24c6fa to 17af696 Compare December 3, 2024 07:54
@dkhalanskyjb dkhalanskyjb force-pushed the dk-remove-defaultexecutor branch from 17af696 to 660ee49 Compare December 4, 2024 14:13
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