github.com/cenkalti/backoff/v4.ExponentialBackOff.MaxElapsedTime (field)
7 uses
github.com/cenkalti/backoff/v4 (current package)
exponential.go#L61: MaxElapsedTime time.Duration
exponential.go#L93: MaxElapsedTime: DefaultMaxElapsedTime,
exponential.go#L135: ebo.MaxElapsedTime = duration
exponential.go#L176: if b.MaxElapsedTime != 0 && elapsed+next > b.MaxElapsedTime {
github.com/gotd/td/telegram
options.go#L203: b.MaxElapsedTime = 0
github.com/gotd/td/telegram/internal/manager
create.go#L34: b.MaxElapsedTime = time.Second * 30
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |