Home
last modified time | relevance | path

Searched defs:try_send (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
Dmod.rs154 pub fn try_send(&self, value: T) -> Result<(), TrySendError<T>> { in try_send() method
Darray.rs120 pub(crate) fn try_send(&self, value: T) -> Result<(), TrySendError<T>> { in try_send() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
Ddatagram.rs236 pub fn try_send(&self, buf: &[u8]) -> Result<usize> { in try_send() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs997 pub fn try_send(&self, buf: &[u8]) -> io::Result<usize> { in try_send() method