Van Tran

18%
Flag icon
WaitGroup is a great way to wait for a set of concurrent operations to complete when you either don’t care about the result of the concurrent operation, or you have other means of collecting their results. If neither of those conditions are true, I suggest you use channels and a select statement instead.
Concurrency in Go: Tools and Techniques for Developers
Rate this book
Clear rating
Open Preview