Expand description
Retry logic with exponential backoff for resilient operations. Generic retry utilities for robust async operations
This module provides a centralized retry mechanism with exponential backoff, jitter, and error classification for any async operation.
Structs§
- Retry
Config - Configuration for retry behavior
Enums§
- Error
Class - Error classification for retry logic
Functions§
- retry_
async - Execute an async operation with retry logic
- retry_
with_ backoff - Simplified retry for operations that return std::result::Result