Understanding Channels
Offered By: Gopher Academy via YouTube
Course Description
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the inner workings of channels in Go, including their creation, usage, and interaction with the runtime scheduler and memory management systems. Delve into the mechanics of channel operations and discover how they enable goroutine communication and support sophisticated concurrency patterns. Learn about the relationship between channels and OS thread blocking, gaining a deeper understanding of Go's powerful concurrency features in this informative conference talk from GopherCon 2017.
Syllabus
Introduction
Creating a channel
Using a channel
Runtime scheduler
Blocking OS threads
Taught by
Gopher Academy
Related Courses
Rebuilding Parse.com in Go - An Opinionated RewriteGopher Academy via YouTube Closing Keynote
Gopher Academy via YouTube The Roots of Go
Gopher Academy via YouTube Cayley - Building a Graph Database
Gopher Academy via YouTube Static Code Analysis Using SSA
Gopher Academy via YouTube