Module tokio_retry::strategy[][src]

Assorted retry strategies including fixed interval and exponential back-off.

Structs

ExponentialBackoff

A retry strategy driven by exponential back-off.

FibonacciBackoff

A retry strategy driven by the fibonacci series.

FixedInterval

A retry strategy driven by a fixed interval.

Functions

jitter