Crates.io | jod-thread |
lib.rs | jod-thread |
version | 0.1.2 |
source | src |
created_at | 2019-08-21 07:21:32.897292 |
updated_at | 2020-06-09 22:29:51.153111 |
description | std::thread which joins on drop by default. |
homepage | |
repository | https://github.com/matklad/jod-thread |
max_upload_size | |
id | 158592 |
size | 16,383 |
Join On Drop thread (jod_thread
) is a thin wrapper around std::thread
,
which makes sure that by default all threads are joined.