threadpool

A thread pool for running a number of jobs on a fixed set of worker threads.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

```toml [dependencies]

threadpool = "0.1" ```

and this to your crate root:

rust extern crate threadpool;