Project Loom & Kotlin: Will Coroutines become obsolete? by Urs Peter

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

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

  • @Anbu_Sampath
    @Anbu_Sampath ปีที่แล้ว +10

    One of the best presentation to understand how loom and coroutines works under the hood.

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

    Thank you so much. I finally understand the Coroutines and Loom project!

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

    31:00 the most cool part of Loom for backward compatibility with old blocking IO libs

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

    Thank you so much for such a great presentation and anticipating the goodies to come! hype java 21!

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

    Thanks for the great talk. Really simple and impressive, though I have some concerns on your suggestion of using virtual threads to handle request and use coroutines for structured concurrency and etc.
    Even if a single request is handled by single virtual thread, the underlying carrier thread can change if the virtual thread is rescheduled. Is it possible for libraries that make use of ThreadLocal work normally in this case?

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

    Good talk, thank you

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

    Like it 🎉