Hacker News new | ask | show | jobs
by swagonomixxx 1455 days ago
Not sure what you mean by this. You can dynamically add to a wait group using the Add() method.
1 comments

So I slightly misremembered the subtlety and it is more forgiving in that Add can be called while waiting if a thread is still executing in it.