Function skytable::pool::get_tls_async

source ·
pub async fn get_tls_async(
    pool_size: u32,
    config: Config,
    pem_cert: &str
) -> Result<Pool<ConnectionMgrTls>, Error>
Expand description

Returns an async TLS (skyhash/TCP) connection pool using bb8’s default settings and the given maximum pool size