Module tokio_retry::strategy
source · Expand description
Assorted retry strategies including fixed interval and exponential back-off.
Structs§
- A retry strategy driven by exponential back-off.
- A retry strategy driven by the fibonacci series.
- A retry strategy driven by a fixed interval.