aboutsummaryrefslogtreecommitdiff
path: root/src/common/thread_group.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a threadpoolHoward Chu2017-09-141-143/+0
| | | | Instead of constantly creating and destroying threads
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* thread_group: fix build on older GCCmoneromooo-monero2016-12-111-2/+0
| | | | vtnerd (original author) confirmed this is the Right Way.
* Added task_region - a fork/join task implementationLee Clagett2016-11-231-27/+39
|
* adding thread_group for managing async tasksLee Clagett2016-11-021-0/+133