Searched refs:Starve (Results 1 – 2 of 2) 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() implementation71 let starve = Starve(Box::pin(sleep_until(when)), 0); in starving()