Searched defs:Starve (Results 1 – 1 of 1) sorted by relevance
52 struct Starve<T: Future<Output = ()> + Unpin>(T, u64); in starving() struct54 impl<T: Future<Output = ()> + Unpin> Future for Starve<T> { in starving() implementation