progress on scheduler/dispatcher implementation

This commit is contained in:
Eggert Jung
2025-06-17 15:41:56 +02:00
parent 944d4991cb
commit 5b664840d8
4 changed files with 57 additions and 16 deletions

View File

@@ -32,6 +32,7 @@ class Scheduler {
*/
Thread* getNext();
public:
Scheduler();