Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dworker.rs59 pub(crate) struct WorkerHandle { struct
66 pub(crate) fn get_current_handle() -> Option<&'static WorkerHandle> { in get_current_handle() argument
111 handle.set((&cur_handle as *const WorkerHandle).cast::<()>()); in run_worker() constant
Dmod.rs306 ctx.set((&cur_context as *const WorkerHandle).cast::<()>()); in block_on_inner() constant