# Functions
DefaultRetryer provides default retry.Run() behavior for unit tests, namely 7s timeout with a wait of 25ms.
No description provided by the author
No description provided by the author
ThirtySeconds repeats an operation for thirty seconds and waits 500ms in between.
ThreeTimes repeats an operation three times and waits 25ms in between.
TwoSeconds repeats an operation for two seconds and waits 25ms in between.
No description provided by the author
WithImmediateCleanup will cause all cleanup operations added by calling the Cleanup method on *R to be performed after the retry attempt completes (regardless of pass/fail status) Use this only if all resources created during the retry loop should not persist after the retry has finished.
No description provided by the author
# Type aliases
No description provided by the author