taskflow-rs 0.1.1

A high-performance, async-first task orchestration framework for Rust
Documentation
1
2
3
4
5
pub mod backends;
pub mod traits;

pub use backends::InMemoryStorage;
pub use traits::TaskStorage;