Shape Shape

Event Loop

Event Loop is a programming construct that waits for and dispatches events or messages in a program. Used in asynchronous programming and Node.js applications.

Example:

Node.js handles multiple HTTP requests using an event loop.

WhatsApp Icon