Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs215 match self.controller.streams.next_pending_stream() { in poll_input_request()
H A Dstreams.rs317 pub(crate) fn next_pending_stream(&mut self) -> Option<u32> { in next_pending_stream() method