aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/threadpool.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero1-20/+20
Those would, if uncaught, exit run and leave the waiter to wait indefinitely for the number of active jobs to reach 0
2018-06-26threadpool: allow leaf functions to run concurrentlymoneromooo-monero1-6/+51
Decrease the number of worker threads by one to account for the fact the calling thread acts as a worker thread now
2018-05-20unit_tests: add threadpool unit testmoneromooo-monero1-0/+101