Searched defs:Sleep (Results 1 – 2 of 2) sorted by relevance
41 pub fn sleep_until(instant: Instant) -> Sleep { in sleep_until()53 pub fn sleep(duration: Duration) -> Sleep { in sleep()78 pub struct Sleep { struct92 impl Sleep { argument136 impl Future for Sleep { implementation176 impl Drop for Sleep { implementation
109 pub(crate) fn set_sleep(&mut self, sleep: Option<Pin<Box<Sleep>>>) { in set_sleep()