Closed kevinburke closed 6 years ago
errgroup.Group has primitives for passing errors up through a WaitGroup, as well as canceling any other in-progress goroutines when one of them fails, both of which are improvements on a sync.WaitGroup and let us pass errors up the stack here.
errgroup.Group has primitives for passing errors up through a WaitGroup, as well as canceling any other in-progress goroutines when one of them fails, both of which are improvements on a sync.WaitGroup and let us pass errors up the stack here.