Searched defs:ParkError (Results 1 – 1 of 1) sorted by relevance
15 pub(crate) type ParkError = (); typedef240 pub(crate) fn get_unpark(&self) -> Result<UnparkThread, ParkError> { in get_unpark() argument252 pub(crate) fn block_on<F: Future>(&mut self, f: F) -> Result<F::Output, ParkError> { in block_on() argument