Module event_queue

Module event_queue 

Source

Structsยง

EventId
The nonce field of an EventId must be unique, and is usually randomly generated.
EventQueue
An event queue is an ordered list of events of nonce type I and status type T. Its max capacity is fixed at initialization.
EventQueueFullError
Error when an operation cannot be performed because the event queue reaches its max capacity.