Skip to main content

Module node_priority

Module node_priority 

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

NodePriorityEntry
Describes the priority assignment for a single node.
PriorityManager
Manages priority assignments for all nodes in a graph.
PriorityNodeId
A unique node identifier used within the priority system.

Enums§

PriorityClass
Priority class for a graph node.