Skip to main content

Module task_graph

Module task_graph 

Source

Structs§

SchedulingFactors
Host-measured integer scheduling inputs. The kernel never fabricates estimates when a factor is unavailable; callers pass zero and the corresponding policy weight contributes nothing.
TaskGraph
DAG of tasks with dependency tracking. Maintains persistent reverse adjacency and a deterministic ready heap. Completing a node visits only its outgoing dependents; selecting ready work never scans the graph.
TaskNode

Enums§

TaskStatus