Files
ladybird/Kernel
Tom 20cccda731 Kernel: Add simplistic work queues
We can't use deferred functions for anything that may require preemption,
such as copying from/to user or accessing the disk. For those purposes
we should use a work queue, which is essentially a kernel thread that
may be preempted or blocked.
2021-03-21 13:41:09 +01:00
..
2021-03-17 23:22:42 +01:00
2021-03-21 13:41:09 +01:00
2021-03-21 13:41:09 +01:00
2021-02-23 20:56:54 +01:00
2021-02-14 09:36:58 +01:00
2021-03-17 23:22:42 +01:00
2021-03-21 13:41:09 +01:00