Enums§
- Signal
- Different types of process signals
Functions§
- from_
tcp_ stream - Convert std TcpStream to async-std’s TcpStream
- from_
unix_ stream - Convert std UnixStream to async-std’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.