//
pkg.gl
Category
github.com/mfateev/yarpc-go
api
backoff
package
1.19.2
Repository:
https://github.com/mfateev/yarpc-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
16 SLOC
#
Variables
None
None is a shorted backoff strategy that will always produce a 0ms duration.
#
Interfaces
Backoff
Backoff is an algorithm for determining how long to wait after a number of attempts to perform some action.
Strategy
Strategy is a factory for backoff algorithms.