Struct maidsafe_utilities::thread::Joiner [] [src]

pub struct Joiner { /* fields omitted */ }

A RAII style thread joiner. The destruction of an instance of this type will block until the thread it is managing has joined.

Methods

impl Joiner
[src]

[src]

Create a new instance of self-managing thread joiner

[src]

Releases the Joiner by detaching the thread.

Trait Implementations

impl Debug for Joiner
[src]

[src]

Formats the value using the given formatter.

impl Drop for Joiner
[src]

[src]

Executes the destructor for this type. Read more