pub fn split_per(chunk_size: usize) -> impl GenericThreadPoolExpand description
Execute paralight iterators by batching elements.
Each group of chunk_size elements may be processed by a single thread.
pub fn split_per(chunk_size: usize) -> impl GenericThreadPoolExecute paralight iterators by batching elements.
Each group of chunk_size elements may be processed by a single thread.