Searched defs:WorkerHandle (Results 1 – 1 of 1) sorted by relevance
47 pub(crate) struct WorkerHandle { struct54 pub(crate) fn get_current_handle() -> Option<&'static WorkerHandle> { in get_current_handle() argument60 Some(unsafe { &*(val as *const _ as *const WorkerHandle) }) in get_current_handle() constant