Macro average::impl_from_par_iterator

source ·
macro_rules! impl_from_par_iterator {
    ( $name:ident ) => { ... };
}
Expand description

Implement FromParallelIterator<f64> for an iterative estimator.

This will do nothing unless the rayon feature is enabled.