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
Heterogeneous Parallel ProgrammingUniversity of Illinois at Urbana-Champaign via Coursera Advanced Operating Systems
Georgia Institute of Technology via Udacity 計算機程式設計 (Computer Programming)
National Taiwan University via Coursera Introduction to Operating Systems
Georgia Institute of Technology via Udacity Android Performance
Google via Udacity