summaryrefslogtreecommitdiffstats
path: root/src/common/thread_worker.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-09common/thread_worker: Add support for stateful threadsReinUsesLisp1-66/+0
2021-07-09common/thread_worker: Simplify logicFernandoS271-8/+1
2021-07-09common/thread_worker: Fix data raceFernandoS271-1/+13
2021-07-09common/thread_worker: Use unique functionReinUsesLisp1-26/+20
2021-07-09common/thread_worker: Add wait for requests methodReinUsesLisp1-0/+9
2020-12-30common: ThreadWorker: Add class to help do asynchronous work.bunnei1-0/+58