Searched defs:send (Results 1 – 11 of 11) sorted by relevance
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/ |
| D | mod.rs | 122 pub fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
|
| D | queue.rs | 123 pub(crate) fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
| D | datagram.rs | 233 pub fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/ |
| D | mod.rs | 183 pub async fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
|
| D | array.rs | 132 pub(crate) async fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
| D | datagram.rs | 325 pub async fn send(&self, buf: &[u8]) -> Result<usize> { in send() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
| D | oneshot.rs | 165 pub fn send(self, value: T) -> Result<(), T> { in send() method
|
| D | watch.rs | 108 pub fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/ |
| D | udp_socket.rs | 431 pub fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/ |
| D | udp_socket.rs | 536 pub fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
| D | udp.rs | 961 pub async fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method
|