Function process_events

Function Documentation

void process_events()

Process all pending events in the queue.

Checks the event queue and executes any events whose timestamps have been reached. This function should be called regularly by the system timer interrupt handler.