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.

Inheritors

Functions

Link copied to clipboard
abstract fun next(): <Error class: unknown class>
Link copied to clipboard
abstract fun reset()