auth/vendor/github.com/lestrrat-go/backoff/v2/doc.go

6 lines
243 B
Go
Raw Normal View History

2022-06-09 17:35:23 +00:00
// Package backoff implments backoff algorithms for retrying operations.
//
// Users first create an appropriate `Policy` object, and when the operation
// that needs retrying is about to start, they kick the actual backoff
//
package backoff