Searched defs:DelayQueue (Results 1 – 1 of 1) sorted by relevance
132 pub struct DelayQueue<T> { struct134 slab: SlabStorage<T>,137 wheel: Wheel<Stack<T>>,141 expired: Stack<T>,144 delay: Option<Pin<Box<Sleep>>>,147 wheel_now: u64,150 start: Instant,155 waker: Option<Waker>,434 impl<T> DelayQueue<T> { impl1109 impl<T> Unpin for DelayQueue<T> {} implementation[all …]