def write(self, string): self.pending.append( self.loop.run_in_executor(self.executor, self.file. write, string, ) ) def read(self, i): self.pending.append( ...
確定! 回上一頁