Skip to content
Latchkey

Event Loop - CI/CD Glossary Definition

An event loop is a control structure that blocks waiting for ready events (sockets, timers, callbacks) and dispatches each to its handler in turn on a single thread; it underlies Node.js and browser concurrency and most reactor-based async I/O.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →