Searched refs:PoolKey (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | pool.rs | 49 pub(crate) struct PoolKey(Scheme, Authority); 51 impl PoolKey { impls 61 use crate::pool::{Pool, PoolKey}; 72 let key = PoolKey::new( in ut_pool_get()
|
H A D | alt_svc.rs | 24 use crate::util::pool::PoolKey; 41 inner: Arc<Mutex<HashMap<PoolKey, Vec<AltService>>>>, 45 pub(crate) fn get_alt_svcs(&self, key: &PoolKey) -> Option<Vec<AltService>> { 110 let key = PoolKey::new(scheme.clone(), authority.clone());
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | pool.rs | 24 use crate::util::pool::{Pool, PoolKey}; 27 pool: Pool<PoolKey, Conns<S>>, 40 let key = PoolKey::new(
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | pool.rs | 39 use crate::util::pool::{Pool, PoolKey}; 44 pool: Pool<PoolKey, Conns<S>>, 63 let key = PoolKey::new(
|
Completed in 2 milliseconds