On Mon, 23 May 2022 13:11:29 GMT, Daniel Fuchs <[email protected]> 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.
>
> src/jdk.incubator.concurrent/share/classes/jdk/incubator/concurrent/StructuredTaskScope.java
> line 54:
>
>> 52:
>> 53: /**
>> 54: * A basic API for <em>structured concurrency</em>. StructuredTaskScope
>> supports cases
>
> Should StructuredTaskScope in this class-level API doc comment be surrounded
> by `{@code }` to appear in code font?
Okay, there are quite a few of these so I may have to adjust some of the lines
to avoid too many inconsistent line lengths.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8787