Module concurrency

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

utils

Structs§

AsyncCoordinatorStats
AsyncWorkCoordinator
ConcurrencyManager
ThreadPool
ThreadPoolConfig
ThreadPoolStats

Enums§

ThreadPoolType