Expand description
Advanced concurrency management system with thread pools and async coordination
This module provides comprehensive concurrency management including:
- Multiple thread pools for different workload types
- Async/await coordination with thread pools
- Resource management and backpressure
- Work stealing and load balancing
- Thread-local storage management
- Panic handling and recovery
- Performance monitoring and metrics
Modules§
Structs§
- Async
Coordinator Stats - Async
Work Coordinator - Concurrency
Manager - Thread
Pool - Thread
Pool Config - Thread
Pool Stats