Struct taskcluster::retry::Backoff
source · pub struct Backoff<'a> { /* private fields */ }
Expand description
Backoff tracker for a single, possibly-retried operation. This is a thin wrapper around backoff::ExponentialBackoff.
pub struct Backoff<'a> { /* private fields */ }
Backoff tracker for a single, possibly-retried operation. This is a thin wrapper around backoff::ExponentialBackoff.