Trait thread_scoped::ScopedDetach
[−]
[src]
pub trait ScopedDetach {
fn detach(self);
}Detaches a child thread from its guard
Required Methods
fn detach(self)
Detaches a child thread from its guard
Note: Only valid for the 'static lifetime