pub trait Join { // Required method fn join(self) -> Result<()>; }
Trait to access the join function of a thread handle.
Joins this thread.