Home
last modified time | relevance | path

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

/external/rust/crates/tokio/tests/
Dtime_rt.rs52 struct Starve<T: Future<Output = ()> + Unpin>(T, u64); in starving() struct
54 impl<T: Future<Output = ()> + Unpin> Future for Starve<T> { in starving() implementation
71 let starve = Starve(Box::pin(sleep_until(when)), 0); in starving()
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dwords.shakespeare.txt.gz