Golang channels and goroutines. Vividly.



Golang channels and goroutines. Vividly.

Golang channels and goroutines. Vividly.

▶️ Dedicated channel for Golang – development:
https://www.youtube.com/channel/UCTHt_HCsMHERQkMQa_OgZfg/videos

In this video, I show how channels and go-routines from golang code could be represented in simple pictures. It covers all basic operations (creating, sending, receiving, closing) for all types of channels (nil channel, buffered and unbuffered) and communications between go-routines. And you will see the true face of golang scheduler 🙂

Video about the usefulness of nil channels – https://www.youtube.com/watch?v=t9bEg2A4jsw

Concurrency and channels in more details:
https://medium.com/rungo/achieving-concurrency-in-go-3f84cbf870ca
https://medium.com/rungo/anatomy-of-channels-in-go-concurrency-in-go-1ec336086adb

Tools & equipment for making videos with drawings:
http://bit.ly/2MG2YZT

Comments are closed.