Crate ntex_net

Crate ntex_net 

Source
Expand description

Utility for async runtime abstraction

Modules§

channel
A one-shot, futures-aware channel.
connect
Tcp connector service
polling
uring

Structs§

DefaultRuntime

Traits§

Reactor

Functions§

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