> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/programming/concurrency.md).

# Concurrent Programming

* [Concurrency is not Parallelism](https://talks.golang.org/2012/waza.slide#1) -

  this is the famous talk by Rob Pike making the case for Go programming

  language's first class support for concurrency
