Struct message_io::util::thread::NamespacedThread
source · pub struct NamespacedThread<T: Send + 'static> { /* private fields */ }Expand description
Thread similar to the std, but with a name that can be nested.
pub struct NamespacedThread<T: Send + 'static> { /* private fields */ }Thread similar to the std, but with a name that can be nested.