Expand description
Thread scheduler
Structsยง
- Fifo ๐
- A First-in-first-out scheduler.
Constantsยง
- INIT ๐
Staticsยง
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.