Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio/tests/
Dtime_rt.rs53 struct Starve<T: Future<Output = ()> + Unpin>(T, u64); in starving() struct
55 impl<T: Future<Output = ()> + Unpin> Future for Starve<T> { in starving() implementation