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

Joe Darcy darcy at openjdk.java.net
Sat Jun 4 00:23:41 UTC 2022


On Thu, 2 Jun 2022 11:25:36 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> 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/3c34c506...7f48656e

Marked as reviewed by darcy (Reviewer).

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

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


More information about the core-libs-dev mailing list