Searched refs:poll_next_period (Results 1 – 1 of 1) sorted by relevance
139 poll_fn(|cx| self.poll_next_period(cx)).await in next_period()142 fn poll_next_period(&mut self, cx: &mut Context<'_>) -> Poll<Instant> { in poll_next_period() method