[−][src]Crate tokio_uds
Unix Domain Sockets for Tokio.
This crate provides APIs for using Unix Domain Sockets with Tokio.
Structs
| ConnectFuture |
Future returned by |
| Incoming |
Stream of listeners |
| RecvDgram |
A future for receiving datagrams from a Unix datagram socket. |
| SendDgram |
A future for writing a buffer to a Unix datagram socket. |
| UCred |
Credentials of a process |
| UnixDatagram |
An I/O object representing a Unix datagram socket. |
| UnixDatagramFramed |
A unified |
| UnixListener |
A Unix socket which can accept connections from other Unix sockets. |
| UnixStream |
A structure representing a connected Unix socket. |