Struct loom::thread::JoinHandle [−][src]
pub struct JoinHandle<T> { /* fields omitted */ }Expand description
Mock implementation of std::thread::JoinHandle.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for JoinHandle<T>
impl<T> Send for JoinHandle<T> where
T: Send,
impl<T> Sync for JoinHandle<T> where
T: Send,
impl<T> Unpin for JoinHandle<T>
impl<T> UnwindSafe for JoinHandle<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more