[][src]Function nc::epoll_pwait

pub fn epoll_pwait(
    epfd: i32,
    op: i32,
    fd: i32,
    events: &mut epoll_event_t
) -> Result<i32, Errno>

Wait for an I/O event on an epoll file descriptor.