orx-parallel 4.0.0

Performant parallel computations with an expressive iterator API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[cfg(test)]
mod tests;

mod par;
mod par_core;
mod par_iter;
mod par_runner;
mod thread_execution;
mod xap_iter;

pub use par::ParResult;
pub use par_iter::ParResultIter;
pub use xap_iter::XapResultIter;