...

Source file src/github.com/lestrrat-go/backoff/v2/doc.go

Documentation: github.com/lestrrat-go/backoff/v2

     1  // Package backoff implments backoff algorithms for retrying operations.
     2  //
     3  // Users first create an appropriate `Policy` object, and when the operation
     4  // that needs retrying is about to start, they kick the actual backoff
     5  // 
     6  package backoff

View as plain text