split_by_threads

Function split_by_threads 

Source
pub fn split_by_threads() -> impl GenericThreadPool
Expand description

Execute paralight iterators by batching elements. Every iterator will be broken up into N separate work units, where N is the number of pool threads. Each unit may be processed in parallel.