pub fn split_by_threads() -> impl GenericThreadPoolExpand 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.