Home
last modified time | relevance | path

Searched refs:poll_shutdown (Results 1 – 4 of 4) sorted by relevance

/webrtc/data/
H A DCHANGELOG.md13 * `PollDataChannel::poll_shutdown`: make sure to flush any writes before shutting down [#340](https…
/webrtc/sctp/
H A DCHANGELOG.md21 * `PollStream::poll_shutdown`: make sure to flush any writes before shutting down [#340](https://gi…
/webrtc/data/src/data_channel/
H A Dmod.rs629 fn poll_shutdown(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method
/webrtc/sctp/src/stream/
H A Dmod.rs804 fn poll_shutdown(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method