Searched refs:try_cancel (Results 1 – 3 of 3) sorted by relevance
63 let cancel_callback = Box::new(move || match canceller.try_cancel() { in submit_transfer()
79 pub fn try_cancel(&mut self) { in try_cancel() method210 state.lock().try_cancel(); in cancel_all()
163 pub fn try_cancel(&self) -> bool { in try_cancel() method