Great Video! Super proud of myself for being able to predict most of the deterministic results. Seems like my goal to solidify my node js understanding is paying off 😌
I did not understand why setImmediate callback always executes first if it is called from thread pool callback. It kind of does not make sense. I thought it would also create a callback that would be executed the next loop after timers, but somehow it looks like it doesn't wait for the next loop, when created within the thread pool callback
The greatest one with the greatest and enough full examples! the only question which remains why `Promises queue` takes priority over `process.nextTick` after getting into `Promise.queue`, is it because of `Promises` are inside `V8` and `process.nextTick` is part of `Node` ?
You nailed it, For me, the best and most accurate explanation for eventloop.
That was the most clear explanation ,thanks for the great effort.
Excellent
thankx
Great Video! Super proud of myself for being able to predict most of the deterministic results. Seems like my goal to solidify my node js understanding is paying off 😌
Great stuff, man. Thank you for this
Thank you, great talk!
Such a great explanation, thank you! 😊
Awesome talk 🤩
amazing..... superb talk and in-depth.
This is just awesome!
Thank you very much. Muchas gracias. The best explanation I ever heard aboout this issue. La mejor explicación que he escuchado sobre este asunto.
Thank you!!!
Thank you.
Great explantion.
Wow!!!!
Great explanation!
A very good explanation.
Could you please publish a video deep dive into worker thread and thread pool?
that is awesome
I did not understand why setImmediate callback always executes first if it is called from thread pool callback. It kind of does not make sense. I thought it would also create a callback that would be executed the next loop after timers, but somehow it looks like it doesn't wait for the next loop, when created within the thread pool callback
Really good explanation.
git repository of these examples would be appreciated
Is it posible we can get this sample codes and images
24:28 :D :D :D :D :D :D :D i'm cracked up :D
idle, prepare - ??? nice deep dive in Node.js 😂👍
The greatest one with the greatest and enough full examples!
the only question which remains why `Promises queue` takes priority over `process.nextTick` after getting into `Promise.queue`, is it because of `Promises` are inside `V8` and `process.nextTick` is part of `Node` ?
Thank you!