Function skytable::pool::get_async

source ·
pub async fn get_async(
    pool_size: u32,
    config: Config
) -> Result<Pool<ConnectionMgrTcp>, Error>
Expand description

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