Module scheduler_timer

Source
Expand description

Scheduler Timer for enforcing Process Timeslices

Interface for use by the Kernel to configure timers which can preempt userspace processes.

Structs§

VirtualSchedulerTimer
Implementation of SchedulerTimer trait on top of a virtual alarm.

Traits§

SchedulerTimer
Interface for the system scheduler timer.