Module scheduler

Module scheduler 

Source
Expand description

Thread scheduler

Structsยง

Fifo ๐Ÿ”’
A First-in-first-out scheduler.

Constantsยง

INIT ๐Ÿ”’

Staticsยง

BOOT_DONE ๐Ÿ”’
FIFO ๐Ÿ”’
IDLE ๐Ÿ”’
SCHEDULER ๐Ÿ”’

Traitsยง

Scheduler
A trait for a thread scheduler.

Functionsยง

idle ๐Ÿ”’
Transmute this thread into the idle.
scheduler
Get the reference of the kernel scheduler.
set_scheduler ๐Ÿ”’ โš 
Set the scheduler of the kernel.