Slide 144
Slide 144 text
References
● Scalable Go Scheduler Design Doc
● Go scheduler: Implementing language with lightweight concurrency
● The Scheduler Saga
● Analysis of the Go runtime scheduler
● Non-cooperative goroutine preemption
○ Pardon the Interruption: Loop Preemption in Go 1.14
● go/src/runtime/{ proc.go, proc_test.go, preempt.go, runtime2.go, ...}
○ And their corresponding git blames
● Go's work-stealing scheduler