Module timeout_detector

Module timeout_detector 

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

TimeoutConfig
Configuration for timeout detection and retry behavior
TimeoutDetector
Main timeout detector and retry manager
TimeoutEvent
Information about a timeout event
TimeoutHandle
Handle for tracking an operation’s lifecycle
TimeoutStats
Statistics for timeout detection and retries

Enums§

OperationType
Represents different types of operations that can timeout

Statics§

TIMEOUT_DETECTOR