关于
This skill provides comprehensive architectural guidance and implementation patterns for asynchronous Python development using the asyncio library. It covers the core mechanics of the event loop, coroutines, and tasks, while offering production-ready templates for concurrent execution, sophisticated error handling, and resource management. Whether you are building high-throughput web APIs with FastAPI, complex web scrapers with aiohttp, or real-time communication systems, this skill helps optimize I/O-bound workloads and implement advanced synchronization patterns like producer-consumer queues and rate-limiting semaphores.