summaryrefslogtreecommitdiff
path: root/src/common/threadpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* threadpool: allow leaf functions to run concurrentlymoneromooo-monero2018-06-261-11/+26
* threadpool: allow constructing an object, and misc tweaksmoneromooo-monero2018-05-201-4/+4
* threadpool: catch exceptions in dtor, to avoid terminatemoneromooo-monero2018-02-021-0/+18
* Readd copyright starting datexmr-eric2018-01-261-1/+1
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* threadpool: fix deadlock in recursive waiter usagemoneromooo-monero2017-12-231-1/+7
* Use max_concurrency as-isHoward Chu2017-11-021-2/+2
* Tweak concurrency limitsHoward Chu2017-09-151-1/+5
* Use a threadpoolHoward Chu2017-09-141-0/+113