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 DefaultUnpark
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Unpark for DefaultUnpark
[src]
impl Unpark for DefaultUnpark
Auto Trait Implementations
impl Send for DefaultUnpark
impl Send for DefaultUnpark
impl Sync for DefaultUnpark
impl Sync for DefaultUnpark