Function aoc::year2016::day17::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.