Module scheduler

Source
Expand description

Scheduler module

The scheduler module is responsible for scheduling tasks on the CPU. Currently, the scheduler is a simple round-robin scheduler.

Structs§

Scheduler

Statics§

SCHEDULER 🔒

Functions§

get_scheduler
make_test_tasks