pub async fn get_async(
    host: impl ToString,
    port: u16,
    max_size: u32
) -> Result<AsyncPool, Error>
Available on crate feature aio only.
Expand description

Returns an async TCP pool of the specified size and provided settings