summaryrefslogtreecommitdiff
path: root/src/common/threadpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2020-09-011-5/+6
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* threadpool: lock mutex in createmoneromooo-monero2020-02-121-0/+1
* Merge pull request #6141Alexander Blair2020-01-161-1/+1
|\
| * threadpool: use std::move when taking an element off the queuemoneromooo-monero2019-11-151-1/+1
* | core_tests: reset thread pool between testsmoneromooo-monero2019-11-101-7/+22
|/
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* Removed a lot of unnecessary includesMartijn Otto2018-11-151-4/+0
* Catch more exceptions in dtorsmoneromooo-monero2018-10-021-0/+10
* Merge pull request #4459Riccardo Spagni2018-09-291-1/+2
* 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