Struct tokio_threadpool::park::DefaultUnpark [−][src]
pub struct DefaultUnpark { /* fields omitted */ }Unparks threads that were parked by DefaultPark.
Trait Implementations
impl Debug for DefaultUnpark[src]
impl Debug for DefaultUnparkfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Unpark for DefaultUnpark[src]
impl Unpark for DefaultUnparkAuto Trait Implementations
impl Send for DefaultUnpark
impl Send for DefaultUnparkimpl Sync for DefaultUnpark
impl Sync for DefaultUnpark