Acerca de
This skill equips Claude with specialized expertise in Python's asynchronous ecosystem, enabling the architecting and implementation of robust non-blocking systems. It provides deep guidance on asyncio, ranging from fundamental async/await syntax and task management to complex patterns like producer-consumer queues, semaphores for rate limiting, and thread-safe async locks. Whether you are building scalable web APIs with FastAPI, high-concurrency web scrapers, or real-time communication systems, this skill ensures implementation follows performance-optimized best practices and handles common pitfalls like deadlocks and unhandled exceptions in concurrent loops.