Searched defs:send (Results 1 – 12 of 12) 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 | 150 pub(crate) fn send(&self, value: T) -> Result<(), SendError<T>> { 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 | 131 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_io/src/sys/unix/uds/ |
| D | datagram.rs | 221 pub fn send(&self, buf: &[u8]) -> io::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 | 533 pub fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
| D | dispatcher.rs | 510 let send = crate::runtime::spawn(async move { in launch() localVariable 514 let mut send = in launch() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
| D | udp.rs | 957 pub async fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method
|