Skip to main content

Module task_priority_queue

Module task_priority_queue 

Source
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§

PriorityTask
A task entry in the priority queue.
TaskPriorityQueue
A priority queue for tasks.

Enums§

Priority
Priority level for tasks.