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

Alternative to Runtime::enter that doesn't return a guard #7040

Open
dev-ardi opened this issue Dec 16, 2024 · 0 comments
Open

Alternative to Runtime::enter that doesn't return a guard #7040

dev-ardi opened this issue Dec 16, 2024 · 0 comments
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request.

Comments

@dev-ardi
Copy link

Runtime::enter returns a guard that I need to hold somehow in order to not exit the runtime context.
Sometimes, for example when you're called from FFI you just want to enter the context as in most applications there's only one runtime.

@dev-ardi dev-ardi added A-tokio Area: The main tokio crate C-feature-request Category: A feature request. labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request.
Projects
None yet
Development

No branches or pull requests

1 participant