Expand description
Tool timeout and cancellation management
This module provides proven timeout and cancellation capabilities for tool execution in TurboMCP servers. It follows 2025 Rust async best practices for cancellation safety and proper resource cleanup.
Structs§
- Active
Execution Info - Information about an active tool execution
- Tool
Timeout Manager - Tool timeout and cancellation manager
Enums§
- Tool
Timeout Error - Tool timeout error types