asyncio 的coroutine对象与Future对象使用指南coroutine 与Future 的关系看起来两者是一样的,因为都可以用以下的语法来异步获取结果, result = await future result ...
確定! 回上一頁