mahler-core 0.23.0

An automated job orchestration library that builds and executes dynamic workflows
Documentation
1
2
3
4
5
6
7
8
9
10
//! State synchronization and runtime control

/// Re-export of [`tokio::sync::RwLock`] for usability
pub use tokio::sync::RwLock;

mod channel;
mod interrupt;

pub use channel::*;
pub use interrupt::*;