The Task object is a subclass of Future and can be used to cancel the task. import asyncio async def foo(): while True: ...
確定! 回上一頁