Async Python Patterns

当用 asyncio 写 I/O 密集的异步并发(API/爬虫/WebSocket/批量请求/后台队列)时使用;做出带超时、限流、取消与结构化错误处理的 async/await 代码与排错方案;不适用于 CPU 密集任务、同步脚本足够或运行环境无事件循环的场景;触发词:asyncio、async/await、gather、并发请求、协程。

findscripter df3193a 6.2 KB Updated

File contents

findscripter/everything-skills/tree/main/02-engineering/async-python-patterns commit df3193a82f

Frequently asked questions

npx skillmds@latest add findscripter/async-python-patterns