Understanding Channels
Offered By: Gopher Academy via YouTube
Course Description
Overview
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
A Holistic Go ExperienceGopher Academy via YouTube Safe, Fast, and Easy - Building a Plugin System with WebAssembly
Gopher Academy via YouTube A Journey Through Integration Testing with Go - What Could Go Wrong?
Gopher Academy via YouTube Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
Gopher Academy via YouTube Go, the Data Engineer's Missing Tool?
Gopher Academy via YouTube