Home
last modified time | relevance | path

Searched refs:poll_next_period (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dtimer.rs139 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