summaryrefslogtreecommitdiff
path: root/sys/kern/kern_work.c
AgeCommit message (Collapse)Author
29 hourskernel: Add initial workqueue frameworkIan Moffett
This commit introduces the initial groundwork for the workqueue framework which allows operations to be ran in its on thread context. Signed-off-by: Ian Moffett <ian@osmora.org>