Type Definition backoff::ExponentialBackoff[][src]

pub type ExponentialBackoff = ExponentialBackoff<SystemClock>;
Expand description

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.