Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Ddriver.rs31 pub(crate) struct TimeHandle { struct
36 pub(crate) fn initialize() -> (TimeHandle, Arc<TimeDriver>) { in initialize() argument
134 impl Deref for TimeHandle { implementation