Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs172 self.controller.streams.push_pending_concurrency(message.id); in poll_recv_request()
191 self.controller.streams.push_pending_concurrency(message.id); in poll_recv_request()
H A Dstreams.rs313 pub(crate) fn push_pending_concurrency(&mut self, id: u32) { in push_pending_concurrency() method