split_per

Function split_per 

Source
pub fn split_per(chunk_size: usize) -> impl GenericThreadPool
Expand description

Execute paralight iterators by batching elements. Each group of chunk_size elements may be processed by a single thread.