Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/benches/
Dfutures_unordered.rs15 fn oneshots(b: &mut Bencher) { in oneshots() function
/external/rust/crates/tokio/tests/
Dtask_local_set.rs421 let mut oneshots = Vec::with_capacity(EXPECTED); in local_tasks_are_polled_after_tick() localVariable
426 oneshots.push(oneshot_tx); in local_tasks_are_polled_after_tick()
432 for tx in oneshots.drain(..) { in local_tasks_are_polled_after_tick()