await

单个的task

await task

多个
await asyncio.wait(tasks)

原文地址:https://www.cnblogs.com/pythonClub/p/10086977.html