[][src]Module pconvert_rust::parallelism

Thread pool, thread pool status and workers implementation.

Structs

ThreadPool

Thread pool used in multi-threaded pconvert calls.

ThreadPoolStatus

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

ResultMessage

Result message types for self.execute().