aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/threadpool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+2
|
* threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2020-09-011-20/+20
| | | | | Those would, if uncaught, exit run and leave the waiter to wait indefinitely for the number of active jobs to reach 0
* threadpool: allow leaf functions to run concurrentlymoneromooo-monero2018-06-261-6/+51
| | | | | Decrease the number of worker threads by one to account for the fact the calling thread acts as a worker thread now
* unit_tests: add threadpool unit testmoneromooo-monero2018-05-201-0/+101