mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 10:22:13 +00:00
.. | ||
src | ||
.cargo-checksum.json | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
Join On Drop thread (jod_thread
) is a thin wrapper around std::thread
,
which makes sure that by default all threads are joined.