pub fn parallel_map_indexed<U, F>(count: usize, f: F) -> Vec<U>where U: Send, F: Fn(usize) -> U + Sync + Send,
Parallel map with index