Home
last modified time | relevance | path

Searched defs:TryRecvError (Results 1 – 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Derror.rs65 pub enum TryRecvError { enum
72 impl Display for TryRecvError { implementation
81 impl Error for TryRecvError {} implementation
Doneshot.rs326 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
Dmod.rs259 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
Dqueue.rs185 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
Dmod.rs377 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
Darray.rs142 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument