Skip to main content

Module graph

Module graph 

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

TaskGraph
Task graph for dependency resolution and execution ordering.

Type Aliases§

TaskGraphNode
A node in the task graph containing a task name and the task itself.