Module backoff
iota_
common
1.15.0-alpha
Module backoff
Module Items
Structs
In crate iota_
common
iota_common
Module
backoff
Copy item path
Source
Structs
ยง
Exponential
Backoff
Creates a generator which yields an approximately exponential series of durations, as back-off delays. Jitters are added to each delay by default to prevent thundering herd on retries.