jod-thread 0.1.2

std::thread which joins on drop by default.
Documentation
**J**oin **O**n **D**rop thread (`jod_thread`) is a thin wrapper around `std::thread`,
which makes sure that by default all threads are joined.