go-sample-webpage/vendor/github.com/lestrrat-go/backoff/v2/doc.go
2021-11-04 02:14:51 +01:00

6 lines
No EOL
243 B
Go

// 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