Home
last modified time | relevance | path

Searched defs:try_send (Results 1 - 3 of 3) sorted by relevance

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

Completed in 4 milliseconds