Available on crate feature
futures only.Structs§
- Retry
- Retry implementation.
Traits§
Functions§
- retry
tokioorasync-std - Retries given
operationaccording to theBackoffpolicyBackoffis reset before it is used. The returned future can be spawned onto a compatible runtime. - retry_
notify tokioorasync-std - Retries given
operationaccording to theBackoffpolicy. Callsnotifyon failed attempts (in case ofError::Transient).Backoffis reset before it is used. The returned future can be spawned onto a compatible runtime.