in exponential/exponential.go [73:78]
func WithPolicy(policy Policy) Option { return func(b *Backoff) error { b.policy = policy return nil } }