diff options
Diffstat (limited to 'content/concurrency-is-not-parallelism.article')
-rw-r--r-- | content/concurrency-is-not-parallelism.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/concurrency-is-not-parallelism.article b/content/concurrency-is-not-parallelism.article index 5ba96d0..38bb9e7 100644 --- a/content/concurrency-is-not-parallelism.article +++ b/content/concurrency-is-not-parallelism.article @@ -1,7 +1,7 @@ # Concurrency is not parallelism 16 Jan 2013 Tags: concurrency, talk, video -Summary: If there's one thing most people know about Go, is that it is designed for concurrency. No introduction to Go is complete without a demonstration of its goroutines and channels. +Summary: Watch Rob Pike's talk, _Concurrency is not parallelism._ Andrew Gerrand |