Searched defs:UnparkThread (Results 1 – 1 of 1) sorted by relevance
19 pub(crate) struct UnparkThread { struct20 inner: Arc<Inner>,211 impl Unpark for UnparkThread { implementation240 pub(crate) fn get_unpark(&self) -> Result<UnparkThread, ParkError> { in get_unpark()295 impl UnparkThread { implementation