managed-thread 0.0.2

Real fearless concurrency! Spawn threads that will be automatically destroyed when no longer needed
Documentation
1
2
3
4
5
6
7
8
9
10
11
# managed-thread
[![crates.io](https://img.shields.io/crates/v/managed-thread.svg)](https://crates.io/crates/managed-thread)

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

## Installation
Add this to your Cargo.toml:
``` toml
[dependencies]
managed-thread="0.0.1"
```