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

Поделиться
HTML-код
  • Опубликовано: 9 янв 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 3 месяца назад

    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 11 месяцев назад +1

    Good talk, thank you

  • @andy_ltluan
    @andy_ltluan Год назад +2

    Like it 🎉