Function ntex_tokio::tcp_connect
source ยท pub async fn tcp_connect(addr: SocketAddr) -> Result<Io>
Expand description
Opens a TCP connection to a remote host.
pub async fn tcp_connect(addr: SocketAddr) -> Result<Io>
Opens a TCP connection to a remote host.