Versions in this module Expand all Collapse all v0 v0.2.0 Jun 15, 2020 Changes in this version + var ErrWaitCanceled = errors.New("backoff cancelled") + var ErrWaitTimeout = wait.ErrWaitTimeout + func ExponentialBackoff(ctx context.Context, backoff Backoff, condition ConditionFunc) error + type Backoff = wait.Backoff + type ConditionFunc = wait.ConditionFunc