aboutsummaryrefslogtreecommitdiff
path: root/src/common/threadpool.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-21copyright: bump to 2024copyCat1-1/+1
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2020-09-01threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero1-5/+6
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-02-12threadpool: lock mutex in createmoneromooo-monero1-0/+1
2020-01-16Merge pull request #6141Alexander Blair1-1/+1
2019-11-15threadpool: use std::move when taking an element off the queuemoneromooo-monero1-1/+1
2019-11-10core_tests: reset thread pool between testsmoneromooo-monero1-7/+22
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-11-15Removed a lot of unnecessary includesMartijn Otto1-4/+0
2018-10-02Catch more exceptions in dtorsmoneromooo-monero1-0/+10
2018-09-29Merge pull request #4459Riccardo Spagni1-1/+2
2018-06-26threadpool: allow leaf functions to run concurrentlymoneromooo-monero1-11/+26
2018-05-20threadpool: allow constructing an object, and misc tweaksmoneromooo-monero1-4/+4
2018-02-02threadpool: catch exceptions in dtor, to avoid terminatemoneromooo-monero1-0/+18
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-23threadpool: fix deadlock in recursive waiter usagemoneromooo-monero1-1/+7
2017-11-02Use max_concurrency as-isHoward Chu1-2/+2
2017-09-15Tweak concurrency limitsHoward Chu1-1/+5
2017-09-14Use a threadpoolHoward Chu1-0/+113