Module backoff::future[][src]

Traits

FutureOperation

FutureOperation is a Future operation that can be retried if it fails with the provided Backoff.

Functions

retry

Retries given operation according to the Backoff policy. Backoff is reset before it is used.

retry_notify

Retries given operation according to the Backoff policy. Calls notify on failed attempts (in case of Error::Transient). Backoff is reset before it is used.