From cc4a9c25bd48fe713f6f461f4401a485c74fb95a Mon Sep 17 00:00:00 2001 From: Nathan Johnson Date: Fri, 28 Apr 2017 12:15:27 -0500 Subject: [PATCH] Updated LearnConcurrency (markdown) --- LearnConcurrency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LearnConcurrency.md b/LearnConcurrency.md index 8a7b3fab..ac62a900 100644 --- a/LearnConcurrency.md +++ b/LearnConcurrency.md @@ -2,7 +2,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 Talk](https://vimeo.com/49718712/) +- Watch [Rob Pike: Concurrency vs. Parallelism](https://vimeo.com/49718712/) - 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)