operese-dagx 0.4.1

A minimal, type-safe, runtime-agnostic async DAG (Directed Acyclic Graph) executor with compile-time cycle prevention and true parallel execution
Documentation
1
2
3
4
5
6
//! Error handling and recovery tests
//!
//! Tests for error scenarios and recovery patterns.

mod propagation;
mod recovery;