summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_worker_task_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hle: kernel: Add KWorkerTask and KWorkerTaskManager.bunnei2022-01-151-0/+33
- These primitives are used to dispatch asynchronous kernel tasks from KThread and KProcess.