peachy 1.1.1

Peachy is a simple async task manager, similar to thread pool but cooler and for structs
Documentation
1
2
3
4
5
pub mod error;
pub mod routine;

pub use error::*;
pub use routine::*;