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.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for NamespacedThread<T>
impl<T> Send for NamespacedThread<T>
impl<T> Sync for NamespacedThread<T>
impl<T> Unpin for NamespacedThread<T>
impl<T> !UnwindSafe for NamespacedThread<T>