actflow 0.1.6

A lightweight, event-driven workflow engine written in Rust.
Documentation
1
2
3
4
5
6
7
mod channel;
mod context;
mod process;

pub use channel::{Channel, ChannelEvent, ChannelOptions};
pub use context::Context;
pub use process::{Process, ProcessId, WorkflowCommand};