摘要: 1.asyncio.wait asyncio.gather这两个都是接受多个future或coro组成的列表,但是不同的是,asyncio.gather会将列表中不是task的coro预先封装为future,而wait则不会。 不过,loop.run_until_complete(asyncio.w 阅读全文
posted @ 2018-11-17 20:04 扫驴 阅读(10436) 评论(1) 推荐(2) 编辑