Home
last modified time | relevance | path

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

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