Module unix

Source
Expand description

Unix related.

Modules§

stream_poll
This module provide a poll-io style interface for UnixStream.

Structs§

Pipe
Unix pipe.
SocketAddr
Unix SocketAddr. There is no way to create a [net::SocketAddr] so we forked it from mio.
UnixDatagram
UnixDatagram
UnixListener
UnixListener
UnixSeqpacket
UnixSeqpacket
UnixSeqpacketListener
Listener for UnixSeqpacket
UnixStream
UnixStream

Functions§

new_pipe
Create a new pair of pipe.

Type Aliases§

UnixOwnedReadHalf
OwnedReadHalf.
UnixOwnedWriteHalf
OwnedWriteHalf.