Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dtimer.rs77 pub fn timer_at(start: Instant, period: Duration) -> Timer { in timer_at()
138 pub async fn next_period(&mut self) -> Instant { in next_period()
142 fn poll_next_period(&mut self, cx: &mut Context<'_>) -> Poll<Instant> { in poll_next_period()
Ddriver.rs49 pub(crate) fn start_time(&self) -> Instant { in start_time()
Dsleep.rs173 pub(crate) fn deadline(&self) -> Instant { in deadline()