·golang-concurrency-patterns
</>

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

121Installationen·6Trend·@bobmatnyc

Installation

$npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-concurrency-patterns

So installieren Sie golang-concurrency-patterns

Installieren Sie den KI-Skill golang-concurrency-patterns schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-concurrency-patterns
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

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.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-concurrency-patterns
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-18
Aktualisiert
2026-03-10

Browse more skills from bobmatnyc/claude-mpm-skills

Schnelle Antworten

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.

Wie installiere ich golang-concurrency-patterns?

Ö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

Wo ist das Quell-Repository?

https://github.com/bobmatnyc/claude-mpm-skills