pub trait ScopedDetach { // Required method fn detach(self); }
Detaches a child thread from its guard
Note: Only valid for the ’static lifetime