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"
- Host: GitHub
- URL: https://github.com/ufocoder/event-loop-machine
- Owner: ufocoder
- Created: 2017-04-29T21:30:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T08:44:40.000Z (about 9 years ago)
- Last Synced: 2025-11-11T21:33:41.744Z (7 months ago)
- Language: JavaScript
- Homepage: https://ufocoder.github.io/event-loop-machine/
- Size: 8.78 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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