[go: up one dir, main page]

Module graph

Module graph 

Source
Expand description

Task graph builder using petgraph

This module builds directed acyclic graphs (DAGs) from task definitions to handle dependencies and determine execution order.

Structsยง

TaskGraph
Task graph for dependency resolution and execution ordering
TaskNode
A node in the task graph