Type Definition backoff::ExponentialBackoff [−][src]
type ExponentialBackoff = ExponentialBackoff<SystemClock>;
Exponential backoff policy with system’s clock.
This type is preferred over
exponential::ExponentialBackoff
as it is generic over any Clocks
and in the real world mostly system’s clock is used.