Go Concurrency

Use when writing concurrent Go code — goroutines, channels, mutexes, or thread-safety guarantees. Also use when parallelizing work, fixing data races, or protecting shared state, even if the user doesn't explicitly mention concurrency primitives. Does not cover context.Context patterns (see go-context).

aneviaro b07c367 5 files · 18.0 KB Updated

File contents

aneviaro/pipack/tree/main/agent/skills/go-concurrency commit b07c367053

Frequently asked questions

npx skillmds@latest add aneviaro/go-concurrency