Skip to content

Latest commit

History

History
13 lines (8 loc) 路 697 Bytes

js-event-loop.md

File metadata and controls

13 lines (8 loc) 路 697 Bytes

Event Loop in JS and Node.js

A very smol and informative zine on Event Loop. No, the microtask queue is omitted in this one, only 6 pages to draw mates.

More reading material:

Printing instructions are here.

EDIT: The original version had Message Queue listed as LIFO (Last In First Out), and the Call Stack listed as FIFO (First In First Out). This is indeed wrong. Message Queue is in fact FIFO, and the Call Stack if LIFO.

js event loop