Searched refs:Pool (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | pool.rs | 23 pub(crate) struct Pool<K, V> { 27 impl<K, V> Pool<K, V> { impls 35 impl<K: Eq + Hash, V: Clone> Pool<K, V> { impls 61 use crate::pool::{Pool, PoolKey}; 63 /// UT test cases for `Pool::get`. 66 /// 1. Creates a `pool` by calling `Pool::new()`. 78 let pool = Pool::new(); in ut_pool_get()
|
/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>>, 34 pool: Pool::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>>, 54 pool: Pool::new(),
|
Completed in 2 milliseconds