summaryrefslogtreecommitdiffstats
path: root/src/common/thread_worker.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-23general: fix compile for Apple ClangLiam1-2/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-07-23shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq1-0/+1
2021-07-23thread_worker: Fix compile time errorameerj1-1/+1
2021-07-09common/thread_worker: Stop workers on stop_token when waitingReinUsesLisp1-18/+20
2021-07-09common/thread_worker: Add support for stateful threadsReinUsesLisp1-11/+86
2021-07-09common/thread_worker: Fix data raceFernandoS271-0/+5
2021-07-09common/thread_worker: Use unique functionReinUsesLisp1-2/+4
2021-07-09common/thread_worker: Add wait for requests methodReinUsesLisp1-0/+2
2020-12-30common: ThreadWorker: Add class to help do asynchronous work.bunnei1-0/+30