Function rustix::event::poll

source ·
pub fn poll(fds: &mut [PollFd<'_>], timeout: i32) -> Result<usize>
Available on crate feature event only.
Expand description