# Functions

AbortRetry aborts any further attempts of retrying an operation.
Retry executes f at most maxTries times.

# Constants

DefaultRetries is a constant for the maximum number of retries we usually do.