Was ist golang-concurrency-patterns?
Go-Parallelitätsmuster für Produktionsdienste: Kontextaufhebung, Fehlergruppe, Worker-Pools, begrenzte Parallelität, Fan-In/Fan-Out und häufige Race-/Deadlock-Fallstricke Quelle: bobmatnyc/claude-mpm-skills.
Go-Parallelitätsmuster für Produktionsdienste: Kontextaufhebung, Fehlergruppe, Worker-Pools, begrenzte Parallelität, Fan-In/Fan-Out und häufige Race-/Deadlock-Fallstricke
Installieren Sie den KI-Skill golang-concurrency-patterns schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: bobmatnyc/claude-mpm-skills.
Go concurrency scales when goroutine lifetimes are explicit, cancellation is propagated with context.Context, and shared state is protected (channels or locks). Apply these patterns to build reliable services and avoid common failure modes: goroutine leaks, deadlocks, and data races.
Treat goroutines as resources with a clear owner and shutdown condition.
Use errgroup.WithContext to run concurrent tasks, cancel siblings on error, and wait for completion.
Go-Parallelitätsmuster für Produktionsdienste: Kontextaufhebung, Fehlergruppe, Worker-Pools, begrenzte Parallelität, Fan-In/Fan-Out und häufige Race-/Deadlock-Fallstricke Quelle: bobmatnyc/claude-mpm-skills.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-concurrency-patternsGo-Parallelitätsmuster für Produktionsdienste: Kontextaufhebung, Fehlergruppe, Worker-Pools, begrenzte Parallelität, Fan-In/Fan-Out und häufige Race-/Deadlock-Fallstricke Quelle: bobmatnyc/claude-mpm-skills.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-concurrency-patterns Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/bobmatnyc/claude-mpm-skills