bijux-dag-runtime 0.4.0

Execution engine, replay semantics, and runtime policy layer for Bijux DAG graphs.
Documentation
1
2
3
4
5
6
7
//! Execution facade for engine, backend, and plan boundaries.
#![allow(unused_imports)]

pub use crate::execution_backend::*;
pub use crate::execution_plan::*;
pub use crate::local_executor::*;
pub use crate::local_worker_pool::*;