Structured Concurrency in Action

A deep-dive into the structured concurrency API as it is currently proposed

Photo of a regularly-structured ceiling with a circular opening in the center

In Java 25, the structured concurrency API sees its fifth preview with considerable changes over previous iterations. With chances being good that it will finalize without a further overhaul, let's put it into action and explore how to:

  • structure concurrent code
  • process and propagate errors and cancellation
  • observe thread relationships
  • refactor from a reactive approach

After this presentation you'll be ready to put the structured concurrency API into action in your project.