sizedwaitgroup
sizedwaitgroup copied to clipboard
Option to increment, decrement by custom amounts
For my applications, it would be helpful to be able to Add(n) and Done(n), rather than having to do this with tons of individual Add(), Done() calls.