parallel_worker 1.0.1

A parallel worker implementation in Rust. Allows to start tasks in parallel and receive the results blocking or non-blocking.
Documentation
1
2
3
4
5
mod init;
pub use init::WorkerInit;

mod methods;
pub use methods::WorkerMethods;