Structs§
- Retry implementation.
Traits§
Functions§
- Retries given
operation
according to theBackoff
policy. Callsnotify
on failed attempts (in case ofError::Transient
).Backoff
is reset before it is used. The returned future can be spawned onto a compatible runtime.