Crate ntex_net

Crate ntex_net 

Source
Expand description

Utility for async runtime abstraction

Modules§

connect
Tcp connector service

Structs§

Io
Interface object to underlying io stream

Functions§

from_tcp_stream
Convert std TcpStream to tokio’s TcpStream
spawn
spawn_blocking
tcp_connect
Opens a TCP connection to a remote host.
tcp_connect_in
Opens a TCP connection to a remote host and use specified memory pool.