Home
last modified time | relevance | path

Searched defs:try_select (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/futures-util/src/future/
Dtry_select.rs50 pub fn try_select<A, B>(future1: A, future2: B) -> TrySelect<A, B> in try_select() function
Dmod.rs103 mod try_select; module
/external/rust/crates/crossbeam-channel/src/
Dselect.rs101 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
Dcontext.rs94 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() method
Dwaker.rs79 pub(crate) fn try_select(&mut self) -> Option<Entry> { in try_select() method
Dchannel.rs1351 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/
Dnever.rs76 fn try_select(&self, _token: &mut Token) -> bool { in try_select() method
Dat.rs148 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
Dtick.rs123 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
Dzero.rs398 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
Darray.rs566 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
Dlist.rs682 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