[][src]Function nc::epoll_wait

pub fn epoll_wait(
    epfd: i32,
    events: &mut epoll_event_t,
    maxevents: i32,
    timeout: i32
) -> Result<i32, Errno>

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