diff options
author | Andrew Gerrand <adg@golang.org> | 2013-05-24 15:42:04 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-05-24 15:42:04 +1000 |
commit | 7ec92dcba56887ddc89336a0fd5619eaaf7776c2 (patch) | |
tree | 8dbea2658dba70db2e9f98efce2cce353ea99911 /content/advanced-go-concurrency-patterns.article | |
parent | edbeec3ec6759fb54d33aabfb84390e195f0f6c8 (diff) |
go.blog: fix styles in Advanced Go Concurrency Patterns post
R=golang-dev
CC=golang-dev
https://golang.org/cl/9718043
Diffstat (limited to 'content/advanced-go-concurrency-patterns.article')
-rw-r--r-- | content/advanced-go-concurrency-patterns.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/advanced-go-concurrency-patterns.article b/content/advanced-go-concurrency-patterns.article index 5026f55..4d4fcd0 100644 --- a/content/advanced-go-concurrency-patterns.article +++ b/content/advanced-go-concurrency-patterns.article @@ -5,7 +5,7 @@ Andrew Gerrand * Introduction -At Google I/O a year ago Rob Pike presented _[[http://talks.golang.org/2012/concurrency.slide][Go_Concurrency_Patterns]]_, an introduction to Go's concurrency model. Last week, at I/O 2013, Go team member Sameer Ajmani continued the story with _[[http://talks.golang.org/2013/advconc.slide][Advanced_Go_Concurrency_Patterns]]_, an in-depth look at a real concurrent programming problem. The talk shows how to detect and avoid deadlocks and race conditions, and demonstrates the implementation of deadlines, cancellation, and more. For those who want to take their Go programming to the next level, this is a must-see. +At Google I/O a year ago Rob Pike presented [[http://talks.golang.org/2012/concurrency.slide][_Go_Concurrency_Patterns_]], an introduction to Go's concurrency model. Last week, at I/O 2013, Go team member Sameer Ajmani continued the story with [[http://talks.golang.org/2013/advconc.slide][_Advanced_Go_Concurrency_Patterns_]], an in-depth look at a real concurrent programming problem. The talk shows how to detect and avoid deadlocks and race conditions, and demonstrates the implementation of deadlines, cancellation, and more. For those who want to take their Go programming to the next level, this is a must-see. .iframe http://www.youtube.com/embed/QDDwwePbDtw?rel=0 309 549 |