Expand description
Enhanced thread pool with work-stealing deques and advanced features
This module provides a high-performance thread pool implementation with:
- Work-stealing deques per thread for efficient load distribution
- Thread affinity and CPU pinning support
- Adaptive thread count based on workload
- Priority-based task scheduling
- Task dependency management
Structs§
- Pool
Task - Task with metadata
- Thread
Pool - Enhanced thread pool with work-stealing and advanced features
- Thread
Pool Config - Thread pool configuration
- Thread
Pool Stats - Thread pool statistics
Enums§
- Priority
- Task priority levels