Module tokio::io::unix [−][src]
Asynchronous IO structures specific to Unix-like operating systems.
Structs
AsyncFd | Associates an IO object backed by a Unix file descriptor with the tokio
reactor, allowing for readiness to be polled. The file descriptor must be of
a type that can be used with the OS polling facilities (ie, |
AsyncFdReadyGuard | Represents an IO-ready event detected on a particular file descriptor, which
has not yet been acknowledged. This is a |