On Github davgolang / davgoConcurrency
The source for this presentation is available at...
Go is good at it!
Difference between concurrent and parallel?
Parallel - simultaneous execution
Concurrent - composition of independently executing tasks
Concurrency is about structure and Go provides good tools to express concurrent structures.
Go tools for structuring independent concurrent tasks?