Home
last modified time | relevance | path

Searched defs:Starve (Results 1 – 1 of 1) 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