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.rs100 mod try_select; module
/external/rust/crates/crossbeam-channel/src/
Dselect.rs98 fn try_select(&self, token: &mut Token) -> bool; in try_select() method
123 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
446 pub fn try_select<'a>( in try_select() function
754 pub fn try_select(&mut self) -> Result<SelectedOperation<'a>, TrySelectError> { in try_select() method
Dcontext.rs92 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() method
Dwaker.rs78 pub fn try_select(&mut self) -> Option<Entry> { in try_select() method
Dchannel.rs1336 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
1398 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
Dtick.rs123 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
Dat.rs153 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
Dzero.rs369 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
419 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
Darray.rs572 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
608 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
Dlist.rs606 fn try_select(&self, token: &mut Token) -> bool { in try_select() method
642 fn try_select(&self, token: &mut Token) -> bool { in try_select() method