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.
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
Such a great explanation, thank you! 😊
Thank you, great talk!
This is just awesome!
amazing..... superb talk and in-depth.
Awesome talk 🤩
Great explantion.
Great explanation!
Thank you!!!
Could you please publish a video deep dive into worker thread and thread pool?
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.
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
Is it posible we can get this sample codes and images
Excellent
Thank you.
A very good explanation.
thankx
Really good explanation.
git repository of these examples would be appreciated
24:28 :D :D :D :D :D :D :D i'm cracked up :D
that is awesome
Wow!!!!
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!