Module ore::thread [−][src]
Expand description
Thread utilities.
Structs
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.
Traits
Extension methods for JoinHandle.