Module task

Source
Expand description

Task management (Tokio re-exports).

Structs§

JoinErrorrt
Task failed to execute to completion.
JoinHandlert
An owned permission to join on a task (await its termination).

Functions§

spawn_blockingrt
Runs the provided closure on a thread where blocking is acceptable.
yield_now
Yields execution back to the Tokio runtime.