Expand description
Task management (Tokio re-exports).
Structs§
- Join
Error - Task failed to execute to completion.
- Join
Handle - An owned permission to join on a task (await its termination).
Functions§
- spawn_
blocking - Runs the provided closure on a thread where blocking is acceptable.
- yield_
now - Yields execution back to the Tokio runtime.