Get the raw fd for use with `libc::poll`.
(&self)
| 30 | |
| 31 | /// Get the raw fd for use with `libc::poll`. |
| 32 | pub fn as_raw_fd(&self) -> RawFd { |
| 33 | self.fd |
| 34 | } |
| 35 | |
| 36 | /// Drain all pending notifications (non-blocking). |
| 37 | /// |
no outgoing calls
no test coverage detected