- A programming construct or design pattern that waits for and dispatches events or messages in a program. The event loop works by making a request to some internal or external “event provider” (that generally blocks the request until an event has arrived), then calls the relevant event handler to dispatch the event. ← Wikipedia
- Previous term: Event handler
- Next term: Event-driven architecture
- Random term: Atom