Module unix

Module unix 

Source
Expand description

A unified stream type for both TCP and Unix domain sockets.

Modules§

splice
Linux splice(2) support

Structs§

ListenerTy
Marker type: this socket is a listener.
OwnedReadHalf
An owned read half of a UniStream.
OwnedWriteHalf
An owned write half of a UniStream.
StreamTy
Marker type: this socket is a (TCP) stream.
UniSocket
An async Socket.

Type Aliases§

UniListener
A UniSocket used as a listener.
UniStream
A UniSocket used as a stream.