Searched defs:unwatch (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/crossbeam-channel/src/ |
D | waker.rs | 135 pub fn unwatch(&mut self, oper: Operation) { in unwatch() method 248 pub fn unwatch(&self, oper: Operation) { in unwatch() method
|
D | select.rs | 119 fn unwatch(&self, oper: Operation); in unwatch() method 151 fn unwatch(&self, oper: Operation) { in unwatch() method
|
D | channel.rs | 1388 fn unwatch(&self, oper: Operation) { in unwatch() method 1475 fn unwatch(&self, oper: Operation) { in unwatch() method
|
/external/rust/crates/crossbeam-channel/src/flavors/ |
D | never.rs | 109 fn unwatch(&self, _oper: Operation) {} in unwatch() method
|
D | tick.rs | 166 fn unwatch(&self, _oper: Operation) {} in unwatch() method
|
D | at.rs | 201 fn unwatch(&self, _oper: Operation) {} in unwatch() method
|
D | zero.rs | 412 fn unwatch(&self, oper: Operation) { in unwatch() method 462 fn unwatch(&self, oper: Operation) { in unwatch() method
|
D | array.rs | 602 fn unwatch(&self, oper: Operation) { in unwatch() method 638 fn unwatch(&self, oper: Operation) { in unwatch() method
|
D | list.rs | 636 fn unwatch(&self, oper: Operation) { in unwatch() method 668 fn unwatch(&self, _oper: Operation) {} in unwatch() method
|