Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/tests/support/
Dmpsc.rs5 pub fn unbounded_channel_stream<T: Unpin>() -> (UnboundedSender<T>, impl Stream<Item = T>) { in unbounded_channel_stream() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/support/
Dmpsc_stream.rs18 pub fn unbounded_channel_stream<T: Unpin>() -> (UnboundedSender<T>, impl Stream<Item = T>) { in unbounded_channel_stream() function