Skip to main content

Module thread_pool

Module thread_pool 

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

ThreadPool
Thread pool manager for coordinating worker threads
ThreadPoolConfig
Configuration for thread pool sizing
WorkerThread
Worker thread implementation

Enums§

SystemCommand
System-wide command types for thread communication