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