/managed-thread

A rust library, allowing you to spawn threads that will be automatically destroyed when no longer needed

Primary LanguageRustMIT LicenseMIT

managed-thread

crates.io

A rust library, allowing you to spawn threads that will be automatically destroyed when no longer needed

Installation

Add this to your Cargo.toml:

[dependencies]
managed-thread="0.0.1"