def run_in_executor(self, executor, func, *args): self. ... executor return futures.wrap_future( executor.submit(func, *args), loop=self).
確定! 回上一頁