Home
last modified time | relevance | path

Searched defs:Sleep (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dsleep.rs30 pub fn sleep_until(instant: Instant) -> Sleep { in sleep_until()
42 pub fn sleep(duration: Duration) -> Sleep { in sleep()
66 pub struct Sleep { struct
73 inner: SleepInner, argument
87 // FFRT needs this unsafe impl since `Sleep` has a mut pointer in it. argument
92 impl Sleep { impl
168 impl Sleep { impl
189 impl Sleep { impl
260 impl Drop for Sleep { implementation
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dhttp_body.rs109 pub(crate) fn set_sleep(&mut self, sleep: Option<Pin<Box<Sleep>>>) { in set_sleep()