Module thread
ore
Thread utilities.
Wraps a JoinHandle so that the child thread is joined when the handle is dropped, rather than detached. If the child thread panics, JoinOnDropHandle will panic when dropped.
JoinHandle
JoinOnDropHandle
Extension methods for JoinHandle.