Crate aws_smithy_async
source ·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§
- Useful runtime-agnostic future implementations.
- Async runtime agnostic traits and implementations.
- test_util
test-util
Test utilities for time and sleep - Time source abstraction to support WASM and testing
Macros§
- Given an
Instant
and aDuration
, assert time elapsed sinceInstant
is equal toDuration
. This macro allows for a 5ms margin of error.