This commit is contained in:
Eggert Jung
2025-06-22 11:45:31 +02:00
parent d9978ddc37
commit 94249eda37
4 changed files with 2 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
#include "scheduler.h"
Queue<Thread> readyList = Queue<Thread>(0);
Queue<Thread> readyList = Queue<Thread>();
Scheduler::Scheduler() {
}