Variable event_queue
Defined in File events.h
Variable Documentation
-
std::priority_queue<Event> event_queue
Priority queue of scheduled events.
Events are automatically sorted by timestamp (earliest first). The queue is processed by the system timer interrupt handler.