Function epoll_wait

Source
pub unsafe fn epoll_wait(
    epfd: int,
    events: *const epoll_event,
    maxevents: int,
    timeout: int,
) -> Result<int>
Expand description

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