Trait thread_scoped::ScopedDetach[][src]

pub trait ScopedDetach {
    fn detach(self);
}

Detaches a child thread from its guard

Required methods

fn detach(self)[src]

Detaches a child thread from its guard

Note: Only valid for the ’static lifetime

Loading content...

Implementors

impl<T: Send + 'static> ScopedDetach for JoinGuard<'static, T>[src]

Loading content...