asyncio.ensure_future(coro_or_future, *, loop=None) Schedule the execution of a coroutine object: wrap it in a future. Return a Task object.
確定! 回上一頁