Definitions for "Event loop"
Keywords:  dispatch, queue, loop, watcher, modal
a code construct that handles messages delivered to the application by the operating system
an infinite loop, during which certain events are received and dispatched to you
a special loop that runs and retrieves and dispatches events from the native windowing system's event queue
A sequence of steps performed cyclically to accomplish a task. It must contain at least one input (source) and an ending point.