Go Concurrency Patterns

Use when designing Go concurrent code — goroutine lifetimes, channel sizing, worker pools, parallelization, or diagnosing goroutine leaks and data races; covers semaphore via buffered channel, leaky buffer, fan-out, channel-of-channels for RPC

narenaryan b70c6b8 2.5 KB Updated

File contents

narenaryan/agent-skills/tree/main/skills/go/go-concurrency-patterns commit b70c6b8284

Frequently asked questions

npx skillmds@latest add narenaryan/go-concurrency-patterns