Skip to main content

Module retry

Module retry 

Source
Expand description

Retry helpers for transient failures with configurable exponential backoff.

Structs§

RetryConfig

Traits§

Retryable
Classifies whether an error is safe to retry.

Functions§

retry_sync