Closed
Description
something like this? seems to come up a lot // A Barrier waits for a collection of goroutines to finish. // The main goroutine calls Add to set the number of // goroutines to wait for. Then each of the goroutines // runs and calls Done when finished. At the same time, // the main goroutine can call Wait to block until the // given number of goroutines have finished.