Searched defs:Instant (Results 1 – 3 of 3) sorted by relevance
77 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()
49 pub(crate) fn start_time(&self) -> Instant { in start_time()
173 pub(crate) fn deadline(&self) -> Instant { in deadline()