A Deep Dive Into the Node js Event Loop - Tyler Hawkins

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 28

  • @irfanbabar8424
    @irfanbabar8424 ปีที่แล้ว +3

    You nailed it, For me, the best and most accurate explanation for eventloop.

  • @aghiadalzein3069
    @aghiadalzein3069 2 ปีที่แล้ว +4

    That was the most clear explanation ,thanks for the great effort.

  • @shir35303
    @shir35303 28 วันที่ผ่านมา

    Such a great explanation, thank you! 😊

  • @Mohamed-Ali747
    @Mohamed-Ali747 2 หลายเดือนก่อน

    thankx

  • @hanzheng44
    @hanzheng44 หลายเดือนก่อน

    Excellent

  • @dan_le_brown
    @dan_le_brown ปีที่แล้ว +1

    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 😌

  • @runonce
    @runonce ปีที่แล้ว +1

    Thank you, great talk!

  • @gabrielpato8841
    @gabrielpato8841 9 หลายเดือนก่อน +1

    Great stuff, man. Thank you for this

  • @HarmeetSingh0013
    @HarmeetSingh0013 6 หลายเดือนก่อน

    amazing..... superb talk and in-depth.

  • @luispuentes6392
    @luispuentes6392 ปีที่แล้ว +1

    Awesome talk 🤩

  • @bikashkalita8712
    @bikashkalita8712 ปีที่แล้ว +1

    Great explantion.

  • @V0idCraftCode
    @V0idCraftCode 2 ปีที่แล้ว +2

    This is just awesome!

  • @mykun8737
    @mykun8737 ปีที่แล้ว +1

    Could you please publish a video deep dive into worker thread and thread pool?

  • @mdnoverflow
    @mdnoverflow 9 หลายเดือนก่อน

    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` ?

  • @stevenarmoo7011
    @stevenarmoo7011 2 ปีที่แล้ว +2

    Great explanation!

  • @jorasdf100
    @jorasdf100 ปีที่แล้ว +1

    Thank you!!!

  • @smartguy3k
    @smartguy3k 8 หลายเดือนก่อน

    Thank you.

  • @Ana-t8c4z
    @Ana-t8c4z 8 หลายเดือนก่อน

    A very good explanation.

  • @enterte
    @enterte 11 หลายเดือนก่อน

    Is it posible we can get this sample codes and images

  • @minthukyaw8451
    @minthukyaw8451 7 หลายเดือนก่อน

    that is awesome

  • @Sylvadorr
    @Sylvadorr ปีที่แล้ว

    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

  • @cesargonzalezhenriquez9486
    @cesargonzalezhenriquez9486 2 ปีที่แล้ว +1

    Really good explanation.

  • @onielsantiago7433
    @onielsantiago7433 ปีที่แล้ว +1

    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.

  • @rajashekar7992
    @rajashekar7992 27 วันที่ผ่านมา

    Wow!!!!

  • @memduhcevik
    @memduhcevik ปีที่แล้ว +1

    24:28 :D :D :D :D :D :D :D i'm cracked up :D

  • @mdnoverflow
    @mdnoverflow 9 หลายเดือนก่อน

    git repository of these examples would be appreciated

  • @Maxim9575
    @Maxim9575 5 หลายเดือนก่อน

    idle, prepare - ??? nice deep dive in Node.js 😂👍

  • @timtim8408
    @timtim8408 ปีที่แล้ว +1

    Thank you!