cjea / concurrent-go

Gentle introduction to concurrency patterns in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

concurrent-go

A gentle introduction to concurrency patterns in Go

Browse the various branches of this repo to see each code example.

This repo will serve as a supplement to my Lightning Talk, "Concurrent Programming with Go". It is aimed at those inexperienced with concurrenct programming concepts, but who know the bare-bones basics of Go.

For more information, check out Rob Pike's excellent video lecture, "Go Concurrency Patterns".

About

Gentle introduction to concurrency patterns in go