[][src]Module actix_rt::task

Blocking task management.

Structs

JoinHandle

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.