aboutsummaryrefslogtreecommitdiff
path: root/src/common/threadpool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tweak concurrency limitsHoward Chu2017-09-151-1/+5
| | | | Create capacity for 2x max, but lie about it
* Use a threadpoolHoward Chu2017-09-141-0/+113
Instead of constantly creating and destroying threads