Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dstream.rs374 pub fn peek_flushable(&mut self) -> Option<u64> { in peek_flushable() method
Dlib.rs4005 while let Some(stream_id) = self.streams.peek_flushable() { in send_single()