Google I/O 2012 – Go Concurrency Patterns



Rob Pike Concurrency is the key to designing high performance network services. Go’s concurrency primitives (goroutines and channels) provide a simple and …

source