Go Basics – Concurrency Channels



Go Basics – Concurrency Channels

Go Basics - Concurrency Channels

We are going to explore channels

REPO: https://github.com/arturfil/golang-basics

0:00 – intro
2:26 – unbuffered channels
20:10 – buffered channels
38:06 – select channels
45:15 worker pools