- Close worker pool explicitly. For CPython this makes no difference, but for a Python implementation without reference counting, like PyPy, this will drastically decrease memory usage. (Eli Collins)
1.2.3
------------------
- Add use_threads flag to use threads instead of processes. (Eli Collins)