[][src]Module adventure::retry::backoff

Structs

ExponentialBackoff
SystemClock

SystemClock uses the system's clock to get the current time. This Clock should be used for real use-cases.

Traits

Backoff

Backoff is a backoff policy for retrying an operation.

Type Definitions

ExponentialBackoffImpl

Exponential backoff policy with system's clock.