Searched defs:Sleep (Results 1 – 2 of 2) sorted by relevance
30 pub fn sleep_until(instant: Instant) -> Sleep { in sleep_until()42 pub fn sleep(duration: Duration) -> Sleep { in sleep()66 pub struct Sleep { struct73 inner: SleepInner, argument87 // FFRT needs this unsafe impl since `Sleep` has a mut pointer in it. argument92 impl Sleep { impl168 impl Sleep { impl189 impl Sleep { impl260 impl Drop for Sleep { implementation
109 pub(crate) fn set_sleep(&mut self, sleep: Option<Pin<Box<Sleep>>>) { in set_sleep()