loop.run_in_executor(executor, f1, )] task = asyncio.gather(*coroutine_list) task = asyncio.ensure_future(task) loop.run_until_complete(task)
確定! 回上一頁