Struct threads_pool::common::ThreadPool[][src]

pub struct ThreadPool { /* fields omitted */ }

Methods

impl ThreadPool
[src]

Trait Implementations

impl PoolManager for ThreadPool
[src]

impl PoolState for ThreadPool
[src]

impl Drop for ThreadPool
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for ThreadPool

impl Sync for ThreadPool