Raw fd for the response-available signal (register with Tokio's AsyncFd).
(&self)
| 179 | |
| 180 | /// Raw fd for the response-available signal (register with Tokio's AsyncFd). |
| 181 | pub fn response_wake_fd(&self) -> std::os::unix::io::RawFd { |
| 182 | self.rsp_wake.consumer_wake.as_fd() |
| 183 | } |
| 184 | |
| 185 | /// Raw fd for the request-space-available signal. |
| 186 | pub fn request_space_fd(&self) -> std::os::unix::io::RawFd { |