Skip to content
#

event-loop

Here are 64 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 Nov 11, 2025
  • 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 Nov 9, 2025
  • 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