☰
Crate diem_retrier
Version 0.1.0
All Items
Structs
Functions
?
Crate
diem_retrier
source
·
[
−
]
Structs
ExponentWithLimitDelay
FixedDelay
An iterator which uses a fixed delay
Functions
exp_retry_strategy
fixed_retry_strategy
retry
Given an operation retries it successfully sleeping everytime it fails If the operation succeeds before the iterator runs out, it returns success
retry_async