mysten_
common
0.1.0
Module backoff
Module Items
Structs
In crate mysten_
common
mysten_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.