Expand description

Helpers for constructing futures.

Structs

Future for the poll_fn 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.