Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Derror.rs33 pub struct RecvError; struct
35 impl Display for RecvError { implementation
41 impl Error for RecvError {} implementation
Doneshot.rs430 fn take_value_sent(&self) -> Result<T, RecvError> { in take_value_sent() argument
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Dqueue.rs203 fn poll_recv(&self, cx: &mut Context<'_>) -> Poll<Result<T, RecvError>> { in poll_recv() argument
219 pub(crate) async fn recv(&self) -> Result<T, RecvError> { in recv() argument
Darray.rs170 fn poll_recv(&self, cx: &mut Context<'_>) -> Poll<Result<T, RecvError>> { in poll_recv() argument
186 pub(crate) async fn recv(&self) -> Result<T, RecvError> { in recv() argument
Dunbounded.rs280 pub async fn recv(&mut self) -> Result<T, RecvError> { in recv() argument
Dbounded.rs399 pub async fn recv(&mut self) -> Result<T, RecvError> { in recv() argument