Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/task/
Derror.rs19 impl JoinError { impl
26 pub(crate) fn panic(err: Box<dyn Any + Send + 'static>) -> JoinError { in panic()
108 pub fn try_into_panic(self) -> Result<Box<dyn Any + Send + 'static>, JoinError> { in try_into_panic() argument
116 impl fmt::Display for JoinError { implementation
125 impl fmt::Debug for JoinError { implementation
134 impl std::error::Error for JoinError {} implementation
/external/crosvm/base/src/windows/
Dthread.rs38 pub enum JoinError { enum
45 pub fn try_join(self, timeout: Duration) -> Result<T, JoinError> { in try_join() argument