operon 0.7.0

A workflow engine for parallel, incremental scheduling of DAG-defined multiplex tasks.
Documentation
1
2
pub(crate) type SchedulerStateSender = ::tokio::sync::oneshot::Sender<Result<bool, String>>;
pub(crate) type SchedulerStateReceiver = ::tokio::sync::oneshot::Receiver<Result<bool, String>>;