Function ntex_rt::tcp_connect_in[][src]

pub fn tcp_connect_in(
    addr: SocketAddr,
    pool: PoolRef
) -> Pin<Box<dyn Future<Output = Result<Io, Error>>>>
Expand description

Opens a TCP connection to a remote host and use specified memory pool.