loop = asyncio.get_event_loop() future = loop.run_in_executor(executor, callback, arg1, arg2, arg2...) await future
確定! 回上一頁