Home
last modified time | relevance | path

Searched refs:poll_flush (Results 1 – 2 of 2) sorted by relevance

/webrtc/data/src/data_channel/
H A Dmod.rs612 fn poll_flush(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_flush() method
630 match self.as_mut().poll_flush(cx) { in poll_shutdown()
/webrtc/sctp/src/stream/
H A Dmod.rs787 fn poll_flush(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_flush() method
805 match self.as_mut().poll_flush(cx) { in poll_shutdown()