Expand description
Unix related.
Modules§
- stream_
poll - This module provide a poll-io style interface for UnixStream.
Structs§
- Pipe
- Unix pipe.
- Socket
Addr - Unix SocketAddr.
There is no way to create a [
net::SocketAddr
] so we forked it from mio. - Unix
Datagram - UnixDatagram
- Unix
Listener - UnixListener
- Unix
Seqpacket - UnixSeqpacket
- Unix
Seqpacket Listener - Listener for UnixSeqpacket
- Unix
Stream - UnixStream
Functions§
- new_
pipe - Create a new pair of pipe.
Type Aliases§
- Unix
Owned Read Half - OwnedReadHalf.
- Unix
Owned Write Half - OwnedWriteHalf.