pub fn parallel_index_for_each<W>(point_count: usize, work: W)where W: Fn(Range<usize>) + Send + Sync,
Runs work over disjoint index ranges using parallel_worker_count.
work
parallel_worker_count