[][src]Function cdrs_tokio::cluster::new_tcp_pool

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

bb8::Pool of TCP-based CDRS connections.

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