Goroutines

Start with the basics in the Tour of Go: Goroutines

For a deep dive into how the Go scheduler works, this video is incredibly detailed: Планировщик Go — самый подробный гайд простым языком

Source code: runtime/proc.go

Examples: Goroutines