Home
last modified time | relevance | path

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

/external/rust/crates/tokio/tests/
Dtask_blocking.rs11 pub(crate) mod mpsc_stream; module
172 let (tx, rx) = support::mpsc_stream::unbounded_channel_stream(); in coop_disabled_in_block_in_place()
203 let (tx, rx) = support::mpsc_stream::unbounded_channel_stream(); in coop_disabled_in_block_in_place_in_block_on()
Drt_basic.rs12 pub(crate) mod mpsc_stream; module
65 let (tx, rx) = support::mpsc_stream::unbounded_channel_stream::<()>(); in no_extra_poll()
Dsync_mpsc.rs17 pub(crate) mod mpsc_stream; module
89 let (tx, rx) = support::mpsc_stream::channel_stream::<i32>(16); in send_recv_stream_with_buffer()
188 let (tx, rx) = support::mpsc_stream::unbounded_channel_stream::<i32>(); in send_recv_stream_unbounded()