aoc::year2016::day17

Function worker

Source
fn worker(shared: &Shared)
Expand description

Process local work items, stopping every now and then to redistribute items back to global pool. This prevents threads idling or hotspotting.