Module pconvert_rust::parallelism
source · Expand description
Thread pool, thread pool status and workers implementation.
Structs
Thread pool used in multi-threaded pconvert calls.
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 types for
self.execute().