SkillsCast
About the Speaker
Please log in to watch this conference skillscast.
The Event Loop underpins everything that happens in JavaScript. It’s how JavaScript handles I/O events without blocking, even though it’s single-threaded. It's responsible for executing callbacks and managing repainting.
In this talk, we'll have a look at how the Event Loop interacts with WebAPIs and the rendering pipeline and how it manages tasks and task queues. And we'll see what's so special about Promises and check out event loops outside the browser window, in Node and web workers.
YOU MAY ALSO LIKE:
Adventures with the JavaScript Event Loop
Erin Zimmer
Community Engineering Lead Cogent