threadpool 1.0.1

A thread pool for running a number of jobs on a fixed set of worker threads.
Documentation
1
2
3
4
5
# Changes

## 1.0.1

* [Switch active_count from Mutex to RwLock for more performance]https://github.com/frewsxcv/rust-threadpool/pull/23