orx-parallel 3.4.0

High performance, configurable and expressive parallel computation library.
Documentation
1
2
3
4
5
mod recursive;
mod special_iterators;

pub use recursive::IntoParIterRec;
pub use special_iterators::{ParEmpty, empty};