schedule with 4 application

This commit is contained in:
Eggert Jung
2025-06-23 21:27:57 +02:00
parent e6d6e7521c
commit 7322a9ed70
3 changed files with 30 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
typedef void (*kickoff_t)(void*);
void Thread::kickoff(Thread* object) {
Guard::leave();
object->action();
}