chord-flow 0.1.21

async parallel case executor
Documentation
1
2
3
4
5
6
7
8
pub use flow::app_create;
pub use flow::TaskIdSimple;
pub use flow::TaskRunner;
pub use flow::CTX_ID;
pub use model::app::App;

mod flow;
mod model;