split_by

Function split_by 

Source
pub fn split_by(chunks: usize) -> impl GenericThreadPool
Expand description

Execute paralight iterators by batching elements. Every iterator will be broken up into chunks separate work units, which may be processed in parallel.