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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more