[][src]Crate jod_thread

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