Lines Matching defs:cancel
51 Cancelling it will immediately cancel the overlapped operation.
71 self._ov.cancel()
83 def cancel(self, msg=None):
85 return super().cancel(msg=msg)
157 def cancel(self, msg=None):
159 return super().cancel(msg=msg)
180 def cancel(self):
292 self._accept_pipe_future.cancel()
325 self._self_reading_future.cancel()
841 f.cancel()
882 fut.cancel()