Expand description
Thread pool management for worker threads
This module provides the infrastructure for managing dedicated worker threads for different system components, enabling efficient parallel processing.
Re-exports§
pub use self::SystemCommand as Command;
Structs§
- Thread
Pool - Thread pool manager for coordinating worker threads
- Thread
Pool Config - Configuration for thread pool sizing
- Worker
Thread - Worker thread implementation
Enums§
- System
Command - System-wide command types for thread communication