Waits for an event to occur.
impl Epoll { fn wait(&self, events: &'a mut [Event]) -> Result<&'a mut [Event], Errno> }
The buffer in which events will be stored.
Returns a slice of events that occurred.