Skip to main content

validate_dag

Function validate_dag 

Source
pub fn validate_dag(dag: &TaskDag) -> Result<Vec<String>, DagValidationError>
Expand description

Validate a DAG and return a deterministic topological execution order.

The returned order is stable: when multiple nodes are ready, lexical node id order wins.