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 explicitNow
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>
.