Searched defs:DelayQueue (Results 1 – 1 of 1) sorted by relevance
130 pub struct DelayQueue<T> { struct132 slab: SlabStorage<T>,135 wheel: Wheel<Stack<T>>,139 expired: Stack<T>,142 delay: Option<Pin<Box<Sleep>>>,145 wheel_now: u64,148 start: Instant,153 waker: Option<Waker>,432 impl<T> DelayQueue<T> { impl1183 impl<T> Unpin for DelayQueue<T> {} implementation[all …]