Function worker

Source
fn worker(iter: ParIter<'_, (&[i32; 63], &[i32; 63])>) -> i32
Expand description

Pair addition is independent so we can parallelize across multiple threads.