Struct pconvert_rust::parallelism::ThreadPoolStatus  [−][src]
pub struct ThreadPoolStatus { /* fields omitted */ }Expand description
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.
Implementations
Trait Implementations
Converts self into a PyDict object pointer. Whether pointer owned or borrowed
depends on implementation. Read more
Auto Trait Implementations
impl RefUnwindSafe for ThreadPoolStatus
impl Send for ThreadPoolStatus
impl Sync for ThreadPoolStatus
impl Unpin for ThreadPoolStatus
impl UnwindSafe for ThreadPoolStatus
Blanket Implementations
Mutably borrows from an owned value. Read more