Project Loom - Structured Concurrency

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • Structured Concurrency treats groups of related tasks running in different threads as a single unit of work. It streamlines error handling and cancellation, improves reliability, enhances observability and is a great match for virtual threads. In this session we will introduce the topic and the API that is currently in preview to support this feature.
    Check inside.java/ta... for more information on Project Loom.
    Make sure to also visit dev.java, the destination for all Java developers.
    Video recorded during Java Day™ London
    Tags #Java #Concurrency #Programming #JDK #OpenJDK #InsideJava

КОМЕНТАРІ • 17

  • @sanjaygatne1424
    @sanjaygatne1424 Місяць тому +15

    code font size too small to read.

  • @pconcannon
    @pconcannon Місяць тому +5

    Great talk! Alan Bateman is the man! 😄

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

      No doubt!

  • @davidhsv2
    @davidhsv2 Місяць тому +7

    Great talk, thank you 🙏

  • @basilbourque1326
    @basilbourque1326 Місяць тому

    I appreciate the dry jokes sprinkled along in this well-honed technical talk.

  • @loic.bertrand
    @loic.bertrand Місяць тому +1

    Great presentation!

  • @tarphuer
    @tarphuer Місяць тому +7

    any benchmark on the cost of context switching for virtual thread and platform thread?

    • @deadviny
      @deadviny Місяць тому

      Platform thread has context switching. Virtual thread has no context switching itself

    • @tarphuer
      @tarphuer Місяць тому

      @@deadviny the platform threat thats backing the virtual threads have. They need to copy the stack into memory when they yield.

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

    Thank you!

  • @B_knows_A_R_D-xh5lo
    @B_knows_A_R_D-xh5lo Місяць тому

    😊😊😊😊😊😊😊😊😊😊

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

    It's kill vertx :(