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]

Formats the value using the given formatter. Read more

impl Unpark for DefaultUnpark
[src]

Unblock a thread that is blocked by the associated Park handle. Read more

Auto Trait Implementations