ensure_future 可以将coroutine 封装成Task。asyncio.gather 将一些Future 和coroutine 封装成一个Future。asyncio.wait 则本身就是coroutine。
確定! 回上一頁