Skip to main content

Module task_priority_queue

Module task_priority_queue 

Source
Expand description

Priority-based task scheduling queue.

Provides a priority queue that orders workflow tasks by priority level, deadline, and submission order. Supports multi-level priority with starvation prevention through priority aging.

Structs§

PriorityEntry
An entry in the priority queue.
TaskPriorityQueue
A priority queue for scheduling workflow tasks.

Enums§

PriorityLevel
Priority level for a queued task.