# Functions
NewExpoBackoff returns a BackOff interface where Increment() raises the backoff timer by a power of 2 until maxDuration is hit.
NewExpoBackoff returns a BackOff interface where Increment() raises the backoff timer by a power of 2 until maxDuration is hit.
# Interfaces
backoff implements various backoff mechanisms //.