Module actix_rt::task

source ·
Expand description

Task management (Tokio re-exports).

Structs

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

Functions

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