Function worker_one

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