Updated LearnConcurrency (markdown)

Sameer Ajmani 2015-01-08 15:14:27 -05:00
parent b1d7b911f7
commit 694ce55ca9

@ -9,6 +9,7 @@ This page links to resources for learning about concurrency in Go. The items ar
- [Receive operator](https://golang.org/ref/spec#Receive_operator)
- [Select statements](https://golang.org/ref/spec#Select_statements)
- Code [A Tour of Go: Concurrency](http://tour.golang.org/concurrency/1)
- Study [Go by Example](https://gobyexample.com) from [goroutines](https://gobyexample.com/goroutines) through [stateful goroutines](https://gobyexample.com/stateful-goroutines)
- Read [Share Memory By Communicating](http://blog.golang.org/share-memory-by-communicating)
- Read [Go Concurrency Patterns: Timing out, moving on](http://blog.golang.org/go-concurrency-patterns-timing-out-and)
- Watch [Concurrency is not Parallelism](http://talks.golang.org/2012/waza.slide#1)