Defensive Concurrency in Go
January 21, 2018
Before I get to deep in to the weeds of this post. I want to set some expectations.
This is not an explanation of how to solve a well understood problem with a textbook solution. Nor is it necessarily the ideal solution to the problem itself. This solution is the product of avoiding scope creep and minimizing the surface area of a refactor.
UPDATE: I found this very implementation in the http://gopl.
...
Read more