Lines Matching defs:cancel
23 //! [`cancel`](trait.Aio.html#method.cancel) or
79 /// Return values for [`AioCb::cancel`](struct.AioCb.html#method.cancel) and
132 fn cancel(mut self: Pin<&mut Self>) -> Result<AioCancelStat> {
259 /// let cs = aiocb.as_mut().cancel().unwrap();
272 fn cancel(self: Pin<&mut Self>) -> Result<AioCancelStat>;
362 fn cancel(self: Pin<&mut Self>) -> Result<AioCancelStat> {
363 self.aiocb().cancel()
979 /// Issue an aio operation, then cancel all outstanding operations on that file