scoped-threadpool-rs
A library for scoped and cached threadpools.
For more details, see the docs.
Getting Started
scoped-threadpool-rs is available on crates.io. Add the following dependency to your Cargo manifest to get the latest version of the 0.1 branch:
[]
= "0.1.*"
To always get the latest version, add this git repository to your Cargo manifest:
[]
= "https://github.com/Kimundi/scoped-threadpool-rs"
Example
extern crate scoped_threadpool;
use Pool;