Home
last modified time | relevance | path

Searched defs:sleep (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dtimeout.rs48 let sleep = sleep(duration); in timeout() localVariable
57 sleep: Sleep, field
80 let sleep = unsafe { Pin::new_unchecked(&mut timeout.sleep) }; in poll() localVariable
Dmod.rs17 mod sleep; module
Dsleep.rs43 pub fn sleep(duration: Duration) -> Sleep { in sleep() function
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dtimer_test.rs94 sleep: Option<Pin<Box<Sleep>>>, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dhttp_body.rs67 sleep: Option<Pin<Box<Sleep>>>, field