Expand description
Node priority and scheduling weight assignment.
This module assigns priority values to graph nodes for scheduling decisions. Higher-priority nodes are processed first when multiple nodes are ready, enabling latency-sensitive paths (e.g., live preview) to be prioritized over background tasks (e.g., proxy generation).
Structs§
- Node
Priority Entry - Describes the priority assignment for a single node.
- Priority
Manager - Manages priority assignments for all nodes in a graph.
- Priority
Node Id - A unique node identifier used within the priority system.
Enums§
- Priority
Class - Priority class for a graph node.