Skip to content
#

event-loop

Here are 92 public repositories matching this topic...

funcSug

FuncSug is a simple alternative to event-driven programming and game loops. No main loops or event-action associations any more thanks to concurrency, waiting for specific events and a special handling of interruptions.

  • Updated Jul 20, 2026
  • JavaScript

A complete exploration of the JavaScript runtime: How the event loop, task queues, Web APIs, and Promises work together to handle asynchronous operations. Includes detailed explanations and runnable code examples that break down callback-based APIs, microtasks, macrotasks, and the internal mechanics behind async/await.

  • Updated Dec 30, 2025
  • JavaScript

This repository is a deep-dive exploration into the world of asynchronous programming in JavaScript. It covers the transition from traditional callback patterns to modern Promises and async/await, with a heavy emphasis on the engine's internal mechanics.

  • Updated Jul 16, 2026
  • JavaScript

Improve this page

Add a description, image, and links to the event-loop topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the event-loop topic, visit your repo's landing page and select "manage topics."

Learn more