Crate jod_thread

Source
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
JoinHandle
Like thread::JoinHandle, but joins the thread on drop and propagates panics by default.

Functions§

spawn