Searched defs:try_select (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/futures-util/src/future/ |
D | try_select.rs | 50 pub fn try_select<A, B>(future1: A, future2: B) -> TrySelect<A, B> in try_select() function
|
D | mod.rs | 103 mod try_select; module
|
/external/rust/crates/crossbeam-channel/src/ |
D | select.rs | 101 fn try_select(&self, token: &mut Token) -> bool; in try_select() method 126 fn try_select(&self, token: &mut Token) -> bool { in try_select() method 450 pub fn try_select<'a>( in try_select() function 765 pub fn try_select(&mut self) -> Result<SelectedOperation<'a>, TrySelectError> { in try_select() method
|
D | context.rs | 94 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() method
|
D | waker.rs | 79 pub(crate) fn try_select(&mut self) -> Option<Entry> { in try_select() method
|
D | channel.rs | 1351 fn try_select(&self, token: &mut Token) -> bool { in try_select() method 1413 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
|
/external/rust/crates/crossbeam-channel/src/flavors/ |
D | never.rs | 76 fn try_select(&self, _token: &mut Token) -> bool { in try_select() method
|
D | at.rs | 148 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
|
D | tick.rs | 123 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
|
D | zero.rs | 398 fn try_select(&self, token: &mut Token) -> bool { in try_select() method 448 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
|
D | array.rs | 566 fn try_select(&self, token: &mut Token) -> bool { in try_select() method 602 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
|
D | list.rs | 682 fn try_select(&self, token: &mut Token) -> bool { in try_select() method 718 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
|