Module waiters

Source
Available on crate feature client only.
Expand description

Smithy support-code for code generated waiters.

Structs§

WaiterOrchestrator
Orchestrates waiting via polling with jittered exponential backoff.
WaiterOrchestratorBuilder
Builder for WaiterOrchestrator.

Enums§

AcceptorState
Waiter acceptor state

Functions§

attach_waiter_tracing_span
Attaches a tracing span with a semi-unique waiter ID number so that all the operations made by the waiter can be correlated together in logs.