Home
last modified time | relevance | path

Searched defs:select_next_some (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dstream_select_next_some.rs16 let mut select_next_some = tasks.select_next_some(); in is_terminated() localVariable
25 let mut select_next_some = tasks.select_next_some(); in is_terminated() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dmod.rs132 mod select_next_some; module
1691 fn select_next_some(&mut self) -> SelectNextSome<'_, Self> in select_next_some() method