The GopherCon 2018 talk i added explains on how go schedules & multiplexes go routines on OS thread, which was very intriguing & helpful

Sagar Sehwag 2020-04-27 08:58:10 +05:30
parent e99a18433c
commit edc0708c57

@ -40,4 +40,5 @@ This page links to resources for learning about concurrency in Go. The items ar
- Study [The Go Memory Model](https://golang.org/ref/mem)
- Study [Package atomic](https://golang.org/pkg/sync/atomic/)
- Read [Principles of Designing Go APIs with Channels](https://inconshreveable.com/07-08-2014/principles-of-designing-go-apis-with-channels/)
- Read [Advanced Go Concurrency Primitives](https://encore.dev/blog/advanced-go-concurrency)
- Read [Advanced Go Concurrency Primitives](https://encore.dev/blog/advanced-go-concurrency)
- Watch [The Scheduler Saga](https://www.youtube.com/watch?v=YHRO5WQGh0k)