ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Project Loom - Structured Concurrency

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ส.ค. 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

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

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

    Great talk! Alan Bateman is the man! 😄

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

      No doubt!

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

    Great talk, thank you 🙏

  • @basilbourque1326
    @basilbourque1326 20 วันที่ผ่านมา

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

  • @sanjaygatne1424
    @sanjaygatne1424 หลายเดือนก่อน +15

    code font size too small to read.

  • @loic.bertrand
    @loic.bertrand หลายเดือนก่อน +1

    Great presentation!

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

    Thank you!

  • @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.

  • @B_knows_A_R_D-xh5lo
    @B_knows_A_R_D-xh5lo หลายเดือนก่อน

    😊😊😊😊😊😊😊😊😊😊

  • @nguyentructranxuan6521
    @nguyentructranxuan6521 24 วันที่ผ่านมา +1

    It's kill vertx :(