Variable event_queue

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.