tokio_retry2

Module strategy

source
Expand description

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

Structs§

Traits§

  • Wraps a strategy, applying `max_interval``, after which strategy will stop retrying.