Type Alias ComputeClientPool

Source
pub type ComputeClientPool = RpcClientPool<ComputeClient>;

Aliased Type§

struct ComputeClientPool {
    pub(crate) connection_pool_size: u16,
    pub(crate) clients: Cache<HostAddr, Arc<Vec<ComputeClient>>>,
    pub(crate) opts: RpcClientConfig,
}

Fields§

§connection_pool_size: u16§clients: Cache<HostAddr, Arc<Vec<ComputeClient>>>§opts: RpcClientConfig