Discussion
Understanding the Go Runtime: The Scheduler
pss314: I enjoyed both these GopherCon talks:GopherCon 2018: The Scheduler Saga - Kavya Joshi https://www.youtube.com/watch?v=YHRO5WQGh0kGopherCon 2017: Understanding Channels - Kavya Joshi https://www.youtube.com/watch?v=KBZlN0izeiY
c0balt: https://m.youtube.com/watch?v=-K11rY57K7k - Dmitry Vyukov — Go scheduler: Implementing language with lightweight concurrencyThis one notably also explains the design considerations for golangs M:N:P in comparison to other schemes and which specific challenges it tries to address.