asyncio之asyncio.run

asyncio.run(coro, *, debug=False)

python3.7加入,只能作为asyncio的入口函数。

原文地址:https://www.cnblogs.com/c-x-a/p/10339238.html