orx-parallel 3.4.0

High performance, configurable and expressive parallel computation library.
Documentation
1
2
3
4
5
6
7
mod collect;
mod early_exit;
mod iter;
mod reduce;
mod transformations;

pub use iter::GenericIterator;