# Functions
FirstBackoff sets the initial range of durations that the first backoff duration will provide.
MaxBackoff sets absolute max time that will ever be returned for a backoff.
NewExponential returns a new exponential backoff strategy, which in turn returns backoff functions.
# Variables
DefaultExponential is an exponential backoff.Strategy with full jitter.
# Structs
ExponentialStrategy can create instances of the exponential backoff strategy with full jitter.
# Type aliases
ExponentialOption defines options that can be applied to an exponential backoff strategy.