Searched defs:ExponentialBackoff (Results 1 – 1 of 1) sorted by relevance
24 type ExponentialBackoff struct { struct25 Base time.Duration26 Max time.Duration27 total time.Duration28 n uint31 func (eb *ExponentialBackoff) Pause() (time.Duration, bool) {43 func (eb *ExponentialBackoff) Reset() {