Function linux_unsafe::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.