Context

Official blog post on using Context for concurrency control in Go: Go Concurrency Patterns: Context.

Source code: context package on go.dev.

Examples: Context on Go by Example.