kernel
0.1.0
Module retry
Structs
Traits
In crate kernel
Module
kernel
::
retry
Copy item path
source
·
[
−
]
Structs
§
AlwaysRetry
A retry policy which always retries errors.
ExpBackoff
An exponential backoff.
Retry
WithMaxRetries
A retry policy which will retry errors up to
max
times, and then fail.
Traits
§
Backoff
A backoff strategy for retries.
ShouldRetry
A strategy for determining whether an error is retryable.