Searched defs:try_recv (Results 1 – 7 of 7) sorted by relevance
259 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
185 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
377 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
142 pub(crate) fn try_recv(&self) -> Result<T, TryRecvError> { in try_recv() method
326 pub fn try_recv(&mut self) -> Result<T, TryRecvError> { in try_recv() method
168 pub fn try_recv(&self, buf: &mut [u8]) -> Result<usize> { in try_recv() method
1122 pub fn try_recv(&self, buf: &mut [u8]) -> io::Result<usize> { in try_recv() method