managed-thread 0.0.3

Real fearless concurrency! Spawn threads that will be automatically destroyed when no longer needed
Documentation

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"