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.