[][src]Function cdrs_temp::cluster::new_tcp_pool

pub fn new_tcp_pool<'a, A: Authenticator + Send + Sync + 'static>(
    node_config: NodeTcpConfig<'a, A>
) -> Result<TcpConnectionPool<A>>

r2d2::Pool of TCP-based CDRS connections.

Used internally for TCP Session for holding connections to a specific Cassandra node.