Home
last modified time | relevance | path

Searched defs:DelayQueue (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio-util/src/time/
Ddelay_queue.rs132 pub struct DelayQueue<T> { struct
134 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> { impl
1109 impl<T> Unpin for DelayQueue<T> {} implementation
[all …]