Module aws_smithy_async::future
source · Expand description
Useful runtime-agnostic future implementations.
Modules
- Utility to drive a stream with an async function and a channel.
- Provides the
Neverfuture that never completes. - Provides the
NowOrLaterfuture with an explicitNowvariant - Rendezvous channel implementation
- Provides the
Timeoutfuture for adding a timeout to another future.