Home
last modified time | relevance | path

Searched refs:message (Results 1 – 3 of 3) sorted by relevance

/xiu/library/bytesio/src/
H A Dbytesio.rs128 let message = self.stream.next().await; in read() localVariable
130 match message { in read()
H A Dbytes_writer.rs210 let message = timeout( in flush_timeout() localVariable
219 match message { in flush_timeout()
/xiu/library/streamhub/src/
H A Dlib.rs329 while let Some(message) = self.hub_event_receiver.recv().await { in event_loop()
330 let event_serialize_str = if let Ok(data) = serde_json::to_string(&message) { in event_loop()
337 match message { in event_loop()