Module aws_smithy_async::rt
source · Expand description
Async runtime agnostic traits and implementations.
Modules
- Provides an
AsyncSleeptrait that returns a future that sleeps for a given duration, and implementations ofAsyncSleepfor different async runtimes.