ExponentialDurationHelper
interface ExponentialDurationHelper
Provides exponentially growing durations for retry backoff.
Implementations must be safe for concurrent use: reset may be called from a different coroutine (e.g. a new sync request arriving) while next runs in the sync managers' scope.