Skip to main content

silo_event_next

Function silo_event_next 

Source
pub fn silo_event_next(silo_id: usize) -> Result<usize>
Expand description

Dequeue the next event from a silo’s event queue.

Returns the raw event value, or Err(Error::Again) if empty.