Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/time/wheel/
Dmod.rs140 pub(crate) fn poll_at(&self) -> Option<u64> { in poll_at() method
/external/rust/crates/tokio-util/src/time/wheel/
Dmod.rs138 pub(crate) fn poll_at(&self) -> Option<u64> { in poll_at() function