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§
- Priority
Entry - An entry in the priority queue.
- Task
Priority Queue - A priority queue for scheduling workflow tasks.
Enums§
- Priority
Level - Priority level for a queued task.