Posts by philix • 99 points
1 post
-
-1
votes3
answers432
viewsA: Javascript - Thread, Asymchronism, Ticks
That video explains how an Event Loop works. An event loop is implemented during the video. This is the code that you at the end of the video. var fs = require('fs'); class Queue { constructor() {…