tokio_
retry
0.3.0
Module strategy
Module Items
Structs
Functions
In crate tokio_
retry
tokio_retry
Module
strategy
Copy item path
Source
Expand description
Assorted retry strategies including fixed interval and exponential back-off.
Structs
§
Exponential
Backoff
A retry strategy driven by exponential back-off.
Fibonacci
Backoff
A retry strategy driven by the fibonacci series.
Fixed
Interval
A retry strategy driven by a fixed interval.
Functions
§
jitter