3 releases
0.1.2 | Jun 9, 2020 |
---|---|
0.1.1 | Mar 28, 2020 |
0.1.0 | Aug 21, 2019 |
#177 in Concurrency
97,052 downloads per month
Used in 63 crates
(7 directly)
7KB
89 lines
Join On Drop thread (jod_thread
) is a thin wrapper around std::thread
,
which makes sure that by default all threads are joined.
lib.rs
:
Join On Drop thread (jod_thread
) is a thin wrapper around std::thread
,
which makes sure that by default all threads are joined.