phymooc / Interviews

0 stars 0 forks source link

Event loop #2

Open phymo opened 3 years ago

phymo commented 2 years ago

node.js eventloop

image

Keep in mind that every phase of the event loop is basically a queue data structure (first-in-first-out). https://medium.com/agileactors/a-look-inside-the-node-js-runtime-dd13c2452c84