> 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 with a new target base due to a merge 
or a rebase. The incremental webrev excludes the unrelated changes brought in 
by the merge/rebase. The pull request contains 12 additional commits since the 
last revision:

 - Add test directory to jdk_other so tests run in tier2
 - Merge
 - Fix typo in javadoc
 - Merge
 - Javadoc updates, add to jdk_loom test group
 - Add statement to close about thread termination
 - Use {@code ...}, replace task->subtask, fix typos, add jls ref
 - Merge
 - @ignore StructuredThreadDumpTest until test infra in place
 - Refresh
 - ... and 2 more: https://git.openjdk.java.net/jdk/compare/d40ed463...7f48656e

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8787/files
  - new: https://git.openjdk.java.net/jdk/pull/8787/files/d11b24bc..7f48656e

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

  Stats: 46596 lines in 447 files changed: 23349 ins; 17945 del; 5302 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

Reply via email to