Function worker_two

Source
fn worker_two(
    input: &[Instruction],
    atomic: &AtomicU32,
    iter: ParIter<'_, usize>,
)