mirror of
https://github.com/golang/go.git
synced 2024-11-21 21:11:11 +00:00
Updated LearnConcurrency (markdown)
parent
4f276bbaa9
commit
cc4a9c25bd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user