On Thu, 19 May 2022 13:05:54 GMT, Alan Bateman <al...@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. This pull request has now been integrated. Changeset: e4e1e8f6 Author: Alan Bateman <al...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/e4e1e8f66c9b0321cdb1aaf3b1c5d9b67224b210 Stats: 2816 lines in 11 files changed: 2815 ins; 0 del; 1 mod 8284199: Implementation of Structured Concurrency (Incubator) Co-authored-by: Ron Pressler <rpress...@openjdk.org> Co-authored-by: Alan Bateman <al...@openjdk.org> Co-authored-by: Brian Goetz <briango...@openjdk.org> Co-authored-by: Paul Sandoz <psan...@openjdk.org> Reviewed-by: psandoz, mcimadamore, darcy ------------- PR: https://git.openjdk.java.net/jdk/pull/8787