Struct message_io::util::thread::NamespacedThread[][src]

pub struct NamespacedThread<T: Send + 'static> { /* fields omitted */ }
Expand description

Thread similar to the std, but with a name that can be nested.

Implementations

Similar to thread::spawn() but with a name.

Wait the thread to finish.

Wait the thread to finish. Returns the inner T value if never was joined, None otherwise

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.