func github.com/cenkalti/backoff/v4.NewExponentialBackOff

4 uses

	github.com/cenkalti/backoff/v4 (current package)
		exponential.go#L84: func NewExponentialBackOff() *ExponentialBackOff {

	github.com/gotd/td/telegram
		builder.go#L104: 	b := backoff.WithContext(backoff.NewExponentialBackOff(), ctx)
		options.go#L147: 		b := backoff.NewExponentialBackOff()

	github.com/gotd/td/telegram/internal/manager
		create.go#L30: 		b := backoff.NewExponentialBackOff()