//
pkg.gl
Category
github.com/chronicleprotocol/go-utils
retry
package
0.1.1
Repository:
https://github.com/chronicleprotocol/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
39 SLOC
#
Functions
Try
Try runs the f function until it returns nil but not more than defined in the attempts argument.
TryForever
TryForever runs the f function until it returns nil or the context is canceled.