Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs171 if self.controller.streams.reach_max_concurrency() { in poll_recv_request()
190 if self.controller.streams.reach_max_concurrency() { in poll_recv_request()
H A Dstreams.rs210 pub(crate) fn reach_max_concurrency(&mut self) -> bool { in reach_max_concurrency() method
326 while !self.reach_max_concurrency() { in try_consume_pending_concurrency()