Node.js Event Loop: Phases, Microtasks & libuv #50
Replies: 1 comment
|
This finally cleared up all my confusion regarding the event loop. It's definitely one of those pieces worth reading a few times to truly soak it all in. Great work!" |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Node.js Event Loop: Phases, Microtasks & libuv
How the Node.js event loop schedules timers, poll callbacks, setImmediate, close callbacks, process.nextTick, promise microtasks, and libuv I/O phases.
https://www.thenodebook.com/node-arch/event-loop-intro
All reactions