Home
last modified time | relevance | path

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

/external/rust/crates/futures-channel/tests/
Dchannel.rs14 let t = thread::spawn(move || block_on(send_sequence(amt, tx))); in sequence()
25 async fn send_sequence(n: u32, mut sender: mpsc::Sender<u32>) { in send_sequence() function