parallel_sort

Function parallel_sort 

Source
pub fn parallel_sort<T>(items: &mut [T])
where T: Ord + Send,
Expand description

Parallel merge sort implementation