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