Go scheduler’s job is to distribute runnable goroutines
over multiple worker OS threads that runs on one or more processors.
Links
- Scheduling In Go by William Kennedy , a Three-part Series covering the OS and Go schedulers, and Concurrency.
- Go’s work-stealing scheduler by JBD
Comments