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 😌
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` ?
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
You nailed it, For me, the best and most accurate explanation for eventloop.
That was the most clear explanation ,thanks for the great effort.
Such a great explanation, thank you! 😊
thankx
Excellent
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 😌
Thank you, great talk!
Great stuff, man. Thank you for this
amazing..... superb talk and in-depth.
Awesome talk 🤩
Great explantion.
This is just awesome!
Could you please publish a video deep dive into worker thread and thread pool?
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` ?
Great explanation!
Thank you!!!
Thank you.
A very good explanation.
Is it posible we can get this sample codes and images
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.
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.
Wow!!!!
24:28 :D :D :D :D :D :D :D i'm cracked up :D
git repository of these examples would be appreciated
idle, prepare - ??? nice deep dive in Node.js 😂👍
Thank you!