Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matklad/jod-thread

std::thread which joins on drop by default.
https://github.com/matklad/jod-thread

Last synced: about 1 month ago
JSON representation

std::thread which joins on drop by default.

Awesome Lists containing this project

README

        

**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.