Module backoff::future

source ·

Structs

Retry implementation.

Traits

Functions

Retries given operation according to the Backoff policy Backoff is reset before it is used. The returned future can be spawned onto a compatible runtime.
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. The returned future can be spawned onto a compatible runtime.