parallel_filter_map

Function parallel_filter_map 

Source
pub fn parallel_filter_map<T, U, F>(data: &[T], f: F) -> Vec<U>
where T: Sync, U: Send, F: Fn(&T) -> Option<U> + Sync + Send,
Expand description

Parallel filter_map