Searched defs:Unparker (Results 1 – 2 of 2) sorted by relevance
169 pub fn unparker(&self) -> &Unparker { in unparker()218 pub struct Unparker { struct222 unsafe impl Send for Unparker {} argument223 unsafe impl Sync for Unparker {} implementation225 impl Unparker { impl290 pub unsafe fn from_raw(ptr: *const ()) -> Unparker { in from_raw()297 impl fmt::Debug for Unparker { implementation303 impl Clone for Unparker { implementation304 fn clone(&self) -> Unparker { in clone()
18 pub(crate) struct Unparker { struct19 inner: Arc<Inner>,61 pub(crate) fn unpark(&self) -> Unparker { in unpark()98 impl Unparker { implementation