aoc::year2024::day06

Function worker

Source
fn worker(
    shortcut: &Shortcut,
    total: &AtomicUsize,
    iter: ParIter<'_, (Point, Point)>,
)