... client in clients: task1 = asyncio.ensure_future(do_a(client)) task2 = asyncio.ensure_future(do_b(client)) await asyncio.gather(task1, ...
確定! 回上一頁