摘要: 1. asyncio import time import asyncio # func called as one task async def worker_1(time_sleep): print('worker_1 had been called') await asyncio.sleep( 阅读全文
posted @ 2021-02-12 00:45 littlevigra 阅读(149) 评论(0) 推荐(0)