const github.com/cenkalti/backoff/v4.Stop
8 uses
github.com/cenkalti/backoff/v4 (current package)
backoff.go#L36: const Stop time.Duration = -1
backoff.go#L52: func (b *StopBackOff) NextBackOff() time.Duration { return Stop }
context.go#L58: return Stop
exponential.go#L91: Stop: Stop,
retry.go#L98: if next = b.NextBackOff(); next == Stop {
ticker.go#L90: if next == Stop {
tries.go#L24: return Stop
tries.go#L28: return Stop
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |