pub type EventList = u8;Expand description
list of potential Event types, encoded as u8 to exchange with kernel
This value corresponds to a set of one or multiple EventType value, so that the job can wait for multiple events at a time. Events priority when returning from the kernel is described in the events chapter of the Sentry documentation.