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