pub fn parallelize_core<F, T, R, FR>(
builder: &mut SinglePhaseCoreManager<F>,
input: Vec<T>,
f: FR,
) -> Vec<R>
Expand description
Utility function to parallelize an operation involving Context
s.
pub fn parallelize_core<F, T, R, FR>(
builder: &mut SinglePhaseCoreManager<F>,
input: Vec<T>,
f: FR,
) -> Vec<R>
Utility function to parallelize an operation involving Context
s.