pub type Events = Vec<Event>;
Collection of events returned from a single poll call. Pre-allocated with a reasonable default capacity to avoid realloc on the hot path.
poll
pub struct Events { /* private fields */ }