Struct tokio_executor::park::UnparkThread[][src]

pub struct UnparkThread { /* fields omitted */ }

Unblocks a thread that was blocked by ParkThread.

Trait Implementations

impl Clone for UnparkThread
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnparkThread
[src]

Formats the value using the given formatter. Read more

impl Unpark for UnparkThread
[src]

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

Auto Trait Implementations