GMP — Goroutine (G), Machine (M), Processor (P).
Components:
1fmt.Println("GOMAXPROCS:", runtime.GOMAXPROCS(0))2runtime.Gosched()
Work stealing:
Handoff:
When to tune:
Common mistakes:
GOMAXPROCS(0)
LockOSThread()