patterns-concurrency-dev
Installation
SKILL.md
Concurrency Patterns
Cross-language reference for concurrency mechanisms including async/await, goroutines, channels, threads, and synchronization primitives. This skill helps translate concurrent code between languages during code conversion.
Overview
This skill covers:
- Async/await pattern comparison
- Goroutines, tasks, and green threads
- Channel and message passing patterns
- Synchronization primitives
- Cancellation and timeout patterns
This skill does NOT cover:
- Building applications with async frameworks (see
lang-*-devskills) - Distributed systems patterns (see dedicated skills)
- Database connection pooling (see database skills)