Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dworker.rs47 pub(crate) struct WorkerHandle { struct
54 pub(crate) fn get_current_handle() -> Option<&'static WorkerHandle> { in get_current_handle() argument
60 Some(unsafe { &*(val as *const _ as *const WorkerHandle) }) in get_current_handle() constant