Crate ntex_tokio

Crate ntex_tokio 

Source

Structs§

SocketOptions
Query TCP Io connections for a handle to set socket options
TokioIoBoxed

Functions§

from_tcp_stream
Convert std TcpStream to tokio’s TcpStream
from_unix_stream
Convert std UnixStream to tokio’s UnixStream
tcp_connect
Opens a TCP connection to a remote host.
unix_connect
Opens a unix stream connection.