Searched refs:PollDataChannel (Results 1 – 3 of 3) sorted by relevance
12 * Do not loose data in `PollDataChannel::poll_write` [#341](https://github.com/webrtc-rs/webrtc/pul…13 * `PollDataChannel::poll_shutdown`: make sure to flush any writes before shutting down [#340](https…23 * [#16 [PollDataChannel] reset shutdown_fut future after done](https://github.com/webrtc-rs/data/pu…
395 pub struct PollDataChannel { struct405 impl PollDataChannel { argument481 impl AsyncRead for PollDataChannel { implementation552 impl AsyncWrite for PollDataChannel { implementation663 impl Clone for PollDataChannel { implementation664 fn clone(&self) -> PollDataChannel { in clone() argument665 PollDataChannel::new(self.clone_inner()) in clone()669 impl fmt::Debug for PollDataChannel { implementation678 impl AsRef<DataChannel> for PollDataChannel { implementation
643 let mut poll_dc0 = PollDataChannel::new(dc0); in test_poll_data_channel()644 let mut poll_dc1 = PollDataChannel::new(dc1); in test_poll_data_channel()