[zion] Move channel to use the message queue.

This commit is contained in:
Drew Galbraith 2023-06-20 15:36:17 -07:00
parent fe1641ac38
commit d60b2bdc61
5 changed files with 27 additions and 89 deletions

View file

@ -22,6 +22,7 @@ class Thread : public KernelObject {
CREATED,
RUNNING,
RUNNABLE,
BLOCKED,
FINISHED,
};
static RefPtr<Thread> RootThread(Process& root_proc);