A thread pool for running a number of jobs on a fixed set of worker threads.
Documentation
Add this to your Cargo.toml:
Cargo.toml
```toml [dependencies]
threadpool = "0.1" ```
and this to your crate root:
rust extern crate threadpool;