Home
last modified time | relevance | path

Searched defs:send (Results 1 – 11 of 11) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
Dmod.rs122 pub fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
Dqueue.rs123 pub(crate) fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
Ddatagram.rs233 pub fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
Dmod.rs183 pub async fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
Darray.rs132 pub(crate) async fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
Ddatagram.rs325 pub async fn send(&self, buf: &[u8]) -> Result<usize> { in send() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Doneshot.rs165 pub fn send(self, value: T) -> Result<(), T> { in send() method
Dwatch.rs108 pub fn send(&self, value: T) -> Result<(), SendError<T>> { in send() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs431 pub fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
Dudp_socket.rs536 pub fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs961 pub async fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method