Re: RFR: 8349462: Gatherers.mapConcurrent could support async interrupts

2025-02-06 Thread Viktor Klang
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

Re: RFR: 8349462: Gatherers.mapConcurrent could support async interrupts

2025-02-06 Thread Viktor Klang
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

Re: RFR: 8349462: Gatherers.mapConcurrent could support async interrupts

2025-02-05 Thread David Holmes
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

RFR: 8349462: Gatherers.mapConcurrent could support async interrupts

2025-02-05 Thread Viktor Klang
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