Expand description
Task graph builder using cuenv-task-graph.
This module builds directed acyclic graphs (DAGs) from task definitions to handle dependencies and determine execution order.
It wraps the generic cuenv_task_graph crate with cuenv-core specific
types like TaskNode, TaskGroup, and TaskList.
Structs§
- Task
Graph - Task graph for dependency resolution and execution ordering.
Type Aliases§
- Task
Graph Node - A node in the task graph containing a task name and the task itself.