Expand description
Timeout detection and intelligent retry system for long-running operations
This module provides comprehensive timeout detection capabilities with intelligent retry mechanisms to ensure the agent can continue operations without manual intervention.
Structs§
- Timeout
Config - Configuration for timeout detection and retry behavior
- Timeout
Detector - Main timeout detector and retry manager
- Timeout
Event - Information about a timeout event
- Timeout
Handle - Handle for tracking an operation’s lifecycle
- Timeout
Stats - Statistics for timeout detection and retries
Enums§
- Operation
Type - Represents different types of operations that can timeout