//
pkg.gl
Category
github.com/bertjohnson/util
funcs
package
0.1.0
Repository:
https://github.com/bertjohnson/util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
45 SLOC
#
Functions
RetryN
RetryN calls method up to retries times with exponential backoff until no error is returned.
RetryUnlimited
RetryUnlimited calls method as many times as required with constant backoff until no error is returned.