pub fn poll(fds: &mut [PollFd<'_>], timeout: i32) -> Result<usize, Errno> ⓘ
dep_rustix
poll(self.fds, timeout)—Wait for events on lists of file descriptors.
poll(self.fds, timeout)
On macOS, poll doesn’t work on fds for /dev/tty or /dev/null, however select is available and does work on these fds.
poll
select