mirror of
https://github.com/async-rs/async-std.git
synced 2026-01-15 08:50:54 +00:00
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. |
||
|---|---|---|
| .. | ||
| block_on.rs | ||
| builder.rs | ||
| current.rs | ||
| join_handle.rs | ||
| mod.rs | ||
| ready.rs | ||
| sleep.rs | ||
| spawn.rs | ||
| spawn_blocking.rs | ||
| spawn_local.rs | ||
| task.rs | ||
| task_id.rs | ||
| task_local.rs | ||
| task_locals_wrapper.rs | ||
| yield_now.rs | ||