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

optional single-thread runtime compatibility #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hellertime
Copy link

For single-thread runtimes, the Mutex used in async-shutdown can interfere with the task reactor. This patch allows a default multi-thread runtime support via feature, and allows for single-thread support when default features are off.

The code is wrapped within a LockGuard which provides an interface similar to a RefCell.

In the single-thread mode, there isn't support for cross-thread shutdown signaling, that coordination is left to the user to implement.

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.

2 participants