Expand description
Implementation of TaskManager
Structs§
- TASK_MANAGER instance through lazy_static!
- A array of
TaskControlBlock
that is thread-safe
Functions§
- Add process to ready queue
- Take a process out of the ready queue
Implementation of TaskManager
TaskControlBlock
that is thread-safe