Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matklad/jod-thread
- Owner: matklad
- License: apache-2.0
- Created: 2019-08-21T07:18:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T22:30:00.000Z (over 4 years ago)
- Last Synced: 2024-09-14T04:46:48.199Z (2 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.