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
.