Concurrency in Go: Tools and Techniques for Developers
Rate it:
Open Preview
Read between September 3, 2019 - May 11, 2020
14%
Flag icon
Go’s philosophy on concurrency can be summed up like this: aim for simplicity, use channels when possible, and treat goroutines like a free resource. Chapter 3.