Module ntex::rt::task[][src]

Expand description

Task management.

Structs

JoinError

Task failed to execute to completion.

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.