Expand description
An implementation of EnqueueFd
and DequeueFd
that is integrated with mio.
Structsยง
- Unix
Listener - A non-blocking Unix domain socket server with support for passing
RawFd
. - Unix
Stream - A non-blocking Unix stream socket with support for passing
RawFd
.