Module aws_smithy_async::future
source · Expand description
Useful runtime-agnostic future implementations.
Modules
- Provides the
Neverfuture that never completes. - Provides the
NowOrLaterfuture with an explicitNowvariant - Provides types to support stream-like operations for paginators.
- Rendezvous channel implementation
- Provides the
Timeoutfuture for adding a timeout to another future.
Type Aliases
- A boxed future that outputs a
Result<T, E>.