Skip to main content

Module task_graph

Module task_graph 

Source

Structs§

TaskGraph
DAG of tasks with dependency tracking. Maintains an in-degree counter so ready_tasks() is O(1) amortized.
TaskNode

Enums§

TaskStatus