mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
The GopherCon 2018 talk i added explains on how go schedules & multiplexes go routines on OS thread, which was very intriguing & helpful
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)
|
Loading…
x
Reference in New Issue
Block a user