Struct stoppable_thread::Joining [] [src]

pub struct Joining<T> {
    // some fields omitted
}

Guard and join stoppable thread

Like Stopping, but waits for the thread to finish. See notes about guarantees on Stopping.

Methods

impl<T> Joining<T>

fn new(handle: StoppableHandle<T>) -> Joining<T>

Trait Implementations

impl<T> Drop for Joining<T>

fn drop(&mut self)