[][src]Type Definition backoff::ExponentialBackoff

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.