pub fn split_by(chunks: usize) -> impl GenericThreadPoolExpand description
Execute paralight iterators by batching elements.
Every iterator will be broken up into chunks
separate work units, which may be processed in parallel.
pub fn split_by(chunks: usize) -> impl GenericThreadPoolExecute paralight iterators by batching elements.
Every iterator will be broken up into chunks
separate work units, which may be processed in parallel.