Module future

Source
Expand description

Useful runtime-agnostic future implementations.

Modules§

never
Provides the Never future that never completes.
now_or_later
Provides the NowOrLater future with an explicit Now variant
pagination_stream
Provides types to support stream-like operations for paginators.
rendezvous
Rendezvous channel implementation
timeout
Provides the Timeout future for adding a timeout to another future.

Type Aliases§

BoxFuture
A boxed future that outputs a Result<T, E>.