Expand description
Future utilities and runtime-agnostic abstractions for smithy-rs.
Async runtime specific code is abstracted behind async traits, and implementations are provided via feature flag. For now, only Tokio runtime implementations are provided.
Modules§
- future
 - Useful runtime-agnostic future implementations.
 - rt
 - Async runtime agnostic traits and implementations.
 - test_
util  - Test utilities for time and sleep
 - time
 - Time source abstraction to support WASM and testing
 
Macros§
- assert_
elapsed  - Given an 
Instantand aDuration, assert time elapsed sinceInstantis equal toDuration. This macro allows for a 5ms margin of error.