Home
last modified time | relevance | path

Searched refs:stream_array (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/futures-macro/src/
Dstream_select.rs58 …let mut stream_array = [#(#field_idents.as_mut().map(|f| StreamEnum::#generic_idents(f)).unwrap_or… in stream_select() localVariable
59 __futures_crate::async_await::shuffle(&mut stream_array); in stream_select()
61 for mut s in stream_array { in stream_select()