pub async fn get_async(
    host: impl ToString,
    port: u16,
    max_size: u32
) -> Result<AsyncPool, Error>
This is supported on crate feature aio and crate feature aio-pool and (crate features sync or pool or aio or aio-pool) only.
Expand description

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