Trait wild_thread_pool::Shutdown [] [src]

pub trait Shutdown: Send {
    fn worker_id(&self) -> u64;

    fn on_stop_timeout(&self) { ... }
}

Required Methods

Provided Methods

Implementors