Expand description
Thread pool, thread pool status and workers implementation.
Structs§
- Thread
Pool - Thread pool used in multi-threaded pconvert calls.
- Thread
Pool Status - Represents the status of the thread pool (e.g. size, queued jobs, active jobs).
Status counts use
Atomic*
data types in order to be safely shared across workers.
Enums§
- Result
Message - Result message types for
self.execute()
.