Home
last modified time | relevance | path

Searched defs:send (Results 1 – 12 of 12) 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.rs150 pub(crate) fn send(&self, value: T) -> Result<(), SendError<T>> { 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.rs131 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_io/src/sys/unix/uds/
Ddatagram.rs221 pub fn send(&self, buf: &[u8]) -> io::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.rs533 pub fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs510 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/
Dudp.rs957 pub async fn send(&self, buf: &[u8]) -> io::Result<usize> { in send() method