jod-thread

Crates.iojod-thread
lib.rsjod-thread
version0.1.2
sourcesrc
created_at2019-08-21 07:21:32.897292
updated_at2020-06-09 22:29:51.153111
descriptionstd::thread which joins on drop by default.
homepage
repositoryhttps://github.com/matklad/jod-thread
max_upload_size
id158592
size16,383
owners (github:badrobotics:owners)

documentation

https://docs.rs/jod-thread

README

Join On Drop thread (jod_thread) is a thin wrapper around std::thread, which makes sure that by default all threads are joined.

Commit count: 3

cargo fmt