Module scheduler

Source

Structs§

CpuScheduler
Scheduler
The global Scheduler coordinates the main ‘run loop’ of the kernel, allocating CPU time to userspace tasks. There is one global Scheduler instance, which then holds a CpuScheduler for each running processor to coordinate tasks running on that processor.