* 'Bryan Mills' via golang-nuts [180402 15:10]:
> This is indeed a subtle pattern, but it's not clear to me how often it
> comes up in practice, and preventing deferred function calls from blocking
> could result in all kinds of other unwanted side effects.
I'd like to point out that the proble
This is indeed a subtle pattern, but it's not clear to me how often it
comes up in practice, and preventing deferred function calls from blocking
could result in all kinds of other unwanted side effects.
I'm curious: how did you end up with the `wg.Add` call so far from the
deferred `Wait`, and