Module dag

Module dag 

Source
Expand description

utilities for directed acyclic graph workflows.

Structs§

DagExecutor
Executor for DAG workflows
DagFlow
Directed Acyclic Graph (DAG) workflow builder
NodeBuilder
Builder for a node in the DAG
NodeHandle
Handle for a node in the DAG

Traits§

DepsCheck
Trait for converting dependencies into node IDs