Struct stoppable_thread::Joining [] [src]

pub struct Joining<T> { /* 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>
[src]

Trait Implementations

impl<T> Drop for Joining<T>
[src]

A method called when the value goes out of scope. Read more