Module tokio_retry::strategies [] [src]

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

Structs

ExponentialBackoff

A retry strategy driven by exponential back-off.

FixedInterval

A retry strategy driven by a fixed interval.

FromIterator

A retry strategy backed by an iterator.

NoRetry

A retry strategy that will not attempt any retries.