package
0.0.0-20250102010652-32484aa8349e
Repository: https://github.com/saylorsolutions/x.git
Documentation: pkg.go.dev
# Functions
Do retries the given [Iteration] for a max of maxTries times.
WithSettings allows passing [Settings] to the retry loop to tune the operation.
# Variables
No description provided by the author
No description provided by the author
# Type aliases
Iteration is a function that is called for each iteration of a loop, returning whether the error and whether it can be retried.