Skip to content

Stabilize std::task::spawn_blocking #1017

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

Merged

Conversation

joshtriplett
Copy link
Contributor

Given how widely used spawn_blocking is within async-std itself, and how
useful it is for building other APIs, I think it makes sense to offer it
just as we do spawn, even though it isn't standard in Rust itself.

Given how widely used spawn_blocking is within async-std itself, and how
useful it is for building other APIs, I think it makes sense to offer it
just as we do `spawn`, even though it isn't standard in Rust itself.
@joshtriplett
Copy link
Contributor Author

#1019 fixes the unrelated CI failure.

@joshtriplett joshtriplett merged commit c56b6a1 into async-rs:master Jun 2, 2022
@joshtriplett joshtriplett deleted the stabilize-spawn-blocking branch June 2, 2022 15:53
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