Module retry

Module retry 

Source
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§

RetryConfig
Configuration for retry behavior

Enums§

ErrorClass
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