async-patterns
Installation
SKILL.md
Async Programming Patterns Skill
Master asynchronous programming - the foundation of Node.js performance and scalability.
Quick Start
Three pillars of async JavaScript:
- Callbacks - Traditional pattern (error-first)
- Promises - Modern chainable pattern
- Async/Await - Synchronous-looking async code