logo
Expand description

Asynchronous values.

Structs

A Future driven by the inner function.

Future for the ready function.

Enums

Combines two different futures that have the same output type.

Functions

Creates a future that is immediately ready with an error value.

Creates a future that is immediately ready with a success value.

Creates a future driven by the provided function that receives a task context.

Creates a future that is immediately ready with a value.