Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 442 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 442 Bytes

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".