Struct task_queue::TaskQueueStats [] [src]

pub struct TaskQueueStats {
    pub threads_count: usize,
    pub threads_max: usize,
    pub threads_min: usize,
    pub tasks_count: usize,
}

Fields

Methods

impl TaskQueueStats
[src]

Trait Implementations

impl Clone for TaskQueueStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TaskQueueStats
[src]