# Functions
NewExponential constructs a new Exponential Strategy from the configuration options.
# Variables
DefaultExponential is an exponential backoff implementation using the default values.
# Structs
Config defines the configuration options for backoff.
Exponential implements an exponential backoff algorithm.
# Interfaces
No description provided by the author