[][src]Function uapi::epoll_wait

pub fn epoll_wait(
    epfd: c_int,
    events: &mut [epoll_event],
    timeout: c_int
) -> Result<usize>