aoc::year2024::day20

Function worker

Source
fn worker(time: &Grid<i32>, total: &AtomicU32, iter: ParIter<'_, Point>)