关于
This skill provides expert guidance on implementing Python's asynchronous programming model, enabling developers to build scalable, I/O-bound applications. It covers everything from basic async/await syntax to advanced architectural patterns like producer-consumer queues, rate limiting with semaphores, and safe resource management using async context managers. Whether you are building FastAPI backends, high-speed web scrapers, or real-time WebSocket servers, this skill helps ensure your code is efficient, thread-safe, and free from common concurrency pitfalls.