class asyncio.Task(coro, *, loop=None, name=None) - A Future-like object that runs a Python coroutine. Not thread-safe. method asyncio.Task.cancel(msg=None) ...
確定! 回上一頁