From f4f56c53345c01b3f9531eee77463fe7c8c74ef7 Mon Sep 17 00:00:00 2001 From: Sameer Ajmani Date: Wed, 31 Oct 2018 09:26:49 -0400 Subject: [PATCH] Add Simulating talk to Beginner group. --- LearnConcurrency.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LearnConcurrency.md b/LearnConcurrency.md index afb03dc1..7b74be8d 100644 --- a/LearnConcurrency.md +++ b/LearnConcurrency.md @@ -3,6 +3,7 @@ This page links to resources for learning about concurrency in Go. The items ar ## Beginner - Read [Effective Go: Concurrency](https://golang.org/doc/effective_go.html#concurrency) - Watch [Rob Pike: Concurrency vs. Parallelism](https://vimeo.com/49718712/) +- Watch [Simulating a real-world system in Go](https://www.dotconferences.com/2017/11/sameer-ajmani-simulating-a-real-world-system-in-go) - Study [The Go Programming Language Specification](https://golang.org/ref/spec), especially - [Go statements](https://golang.org/ref/spec#Go_statements) - [Channel types](https://golang.org/ref/spec#Channel_types)