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/
Dunbounded.rs255 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
Dbounded.rs373 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() argument
Dqueue.rs172 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument
Darray.rs145 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() argument