On Thu, 6 Feb 2025 06:14:10 GMT, David Holmes wrote:
>> This change is likely going to need some extra verbiage in the spec for
>> mapConcurrent, and thus a CSR.
>> This behavior aligns mapConcurrent with how parallel streams work in
>> conjunction with interruptions of the caller thread.
>
> s
On Wed, 5 Feb 2025 16:14:41 GMT, Viktor Klang wrote:
> This change is likely going to need some extra verbiage in the spec for
> mapConcurrent, and thus a CSR.
> This behavior aligns mapConcurrent with how parallel streams work in
> conjunction with interruptions of the caller thread.
Closing
On Wed, 5 Feb 2025 16:14:41 GMT, Viktor Klang wrote:
> This change is likely going to need some extra verbiage in the spec for
> mapConcurrent, and thus a CSR.
> This behavior aligns mapConcurrent with how parallel streams work in
> conjunction with interruptions of the caller thread.
src/java
This change is likely going to need some extra verbiage in the spec for
mapConcurrent, and thus a CSR.
This behavior aligns mapConcurrent with how parallel streams work in
conjunction with interruptions of the caller thread.
-
Commit messages:
- Enabling the async interruption test