Module worker

Module worker 

Source
Expand description

Worker pool and worker definitions for parallel processing

Structs§

ActiveWorkerInfo
Information about an active worker in the pool.
Worker
Represents an individual worker for monitoring
WorkerPool
Pool managing active workers
WorkerStats
Statistics about the current state of the worker pool.

Enums§

WorkerStatus
Current status of a worker in the pool.
WorkerType
Type of work performed by a worker thread.