Continuations: The magic behind virtual threads in Java by Balkrishna Rawool

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 8

  • @DenisB12i
    @DenisB12i Місяць тому +4

    Addition about using Continuation:
    about a year ago I wrote an article on Reddit about Continuations, and got a comment that we shouldn't use Continuation directly in production cause it can break some JIT assumptions.
    For example it can change thread identity mid-method. And that's why Continuation API is not public. The article can be found by name "Project Loom. Not only virtual threads".

  • @HasanKumas-bn1ye
    @HasanKumas-bn1ye Місяць тому +2

    What an excellent demo and diligently prepared presentation!

  • @BlindVirtuoso
    @BlindVirtuoso Місяць тому +3

    Excellent one. Appreciate it.

  • @tonny_dourado
    @tonny_dourado Місяць тому +1

    That was pretty cool. Impressively smooth demo, too 👍

  • @unknownkhan6564
    @unknownkhan6564 Місяць тому +1

    Wow!! Best technical demo I've ever seen.

  • @SalimBayat-c8t
    @SalimBayat-c8t Місяць тому +1

    Very nice talk and demo. Bravo!

  • @javajs6227
    @javajs6227 Місяць тому +1

    nice.