An open API service indexing awesome lists of open source software.

https://github.com/ufocoder/event-loop-machine

Example of Event Loop working for presentation "Event Loop in the Browser Javascript"
https://github.com/ufocoder/event-loop-machine

Last synced: about 10 hours ago
JSON representation

Example of Event Loop working for presentation "Event Loop in the Browser Javascript"

Awesome Lists containing this project

README

          

Event Loop Machine
==================

Example of working browser Javascript Event Loop based on [Jake's Archibald](https://github.com/jakearchibald) article, ["Tasks, microtasks, queues and schedules"](https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules/) implemented on ReactJS