pub async fn tcp_connect_in(_: SocketAddr, _: PoolRef) -> Result<Io>
Expand description
Opens a TCP connection to a remote host and use specified memory pool.
pub async fn tcp_connect_in(_: SocketAddr, _: PoolRef) -> Result<Io>
Opens a TCP connection to a remote host and use specified memory pool.