Crate futures_retrying

Source

Structs§

Cancelled
Deadline
Exponential
Jitter
Max
MaxAttempts
Min
Retry
Retry is return by retry

Traits§

Backoff
Retryable
Retryable must be implemented for a task that can be retried any number of times.

Functions§

constant
Make a constant duration backoff
instant
Make a zero delay backoff
retry
Retry a future until it succeeds.