when2task 0.3.1

high-performance library for executing async tasks with automatic dependency resolution and optimal parallelization.
Documentation
1
2
3
4
5
6
7
8
9
mod builder;
mod errors;
mod executor;
mod mode;

pub use builder::*;
pub use errors::*;
pub use executor::*;
pub use mode::*;