Expand description
Priority-based task scheduling queue.
A multi-level priority queue that orders tasks by priority, deadline, and submission time, ensuring critical work is scheduled first while preventing starvation of lower-priority tasks through an aging mechanism.
Structs§
- Priority
Task - A task entry in the priority queue.
- Task
Priority Queue - A priority queue for tasks.
Enums§
- Priority
- Priority level for tasks.