Crate ntex_glommio

Crate ntex_glommio 

Source

Enums§

Signal
Different types of process signals

Functions§

from_tcp_stream
Convert std TcpStream to glommio’s TcpStream
from_unix_stream
Convert std UnixStream to glommio’s UnixStream
signal
Register signal handler.
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.
unix_connect
Opens a unix stream connection.
unix_connect_in
Opens a unix stream connection and specified memory pool.