RFR: 8284199: Implementation of Structured Concurrency (Incubator) [v3]

Alan Bateman alanb at openjdk.java.net
Tue May 24 15:15:43 UTC 2022


> This is the implementation of JEP 428: Structured Concurrency (Incubator).
> 
> This is a non-final API that provides a gentle on-ramp to structure a task as a family of concurrent subtasks, and to coordinate the subtasks as a unit.

Alan Bateman has updated the pull request incrementally with one additional commit since the last revision:

  Add statement to close about thread termination

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8787/files
  - new: https://git.openjdk.java.net/jdk/pull/8787/files/c72f0330..4fc454a9

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8787&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8787&range=01-02

  Stats: 12 lines in 3 files changed: 5 ins; 0 del; 7 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8787.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8787/head:pull/8787

PR: https://git.openjdk.java.net/jdk/pull/8787


More information about the core-libs-dev mailing list