Expand description
Join On Drop thread (jod_thread
) is a thin wrapper around std::thread
,
which makes sure that by default all threads are joined.
Structs§
- Builder
- Join
Handle - Like
thread::JoinHandle
, but joins the thread on drop and propagates panics by default.