Module gain::task[][src]

Expand description

Types and traits for working with asynchronous tasks.

Functions

Spawn a task and block the program on its result.

Spawn a new task.

Spawn a new local task.

Type Definitions

A handle that awaits the result of a task.