package
0.1.0
Repository: https://github.com/bertjohnson/util.git
Documentation: pkg.go.dev

# Functions

RetryN calls method up to retries times with exponential backoff until no error is returned.
RetryUnlimited calls method as many times as required with constant backoff until no error is returned.