A rust library, allowing you to spawn threads that will be automatically destroyed when no longer needed
Add this to your Cargo.toml:
[dependencies]
managed-thread="0.0.1"
A rust library, allowing you to spawn threads that will be automatically destroyed when no longer needed
RustMIT