threadpool 1.1.0

A thread pool for running a number of jobs on a fixed set of worker threads.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changes

## 1.1.0

* [New constructor for specifying thread names for a thread pool]https://github.com/frewsxcv/rust-threadpool/pull/28

## 1.0.2

* [Use atomic counters]https://github.com/frewsxcv/rust-threadpool/pull/25

## 1.0.1

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