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).

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/cxuu--golang-skills--go-concurrency commit c5420aa3fa

Frequently asked questions

npx skillmds@latest add tomevault-io/go-concurrency-2