Event loop

In software, an event loop is an algorithm that continually dispatches control flow for events. The loop requests the next event from an event provider (which generally blocks the loop until an event occurs), and when an event is received, invokes its associated event handler.

Source: Wikipedia — Event loop (CC BY-SA 4.0)

Event loop

In software, an event loop is an algorithm that continually dispatches control flow for events. The loop requests the next event from an event provider (which generally blocks the loop until an event occurs), and when an event is received, invokes its associated event handler.

Source: Wikipedia "Event loop" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy