I would have preferred keeping the method, and just have it implemented
like you described under the hood. But it's not a serious issue. Ty vm for
the response.

On Wed, Mar 18, 2026, 10:06 AM Alan Bateman <[email protected]> wrote:

> On 18/03/2026 12:48, David Alayachew wrote:
>
> Where did the awaitAll joiner go?
>
>
> awaitAll was "wait for all subtasks to complete, no cancellation". JDK 25
> added allUntil so allUntil(_ -> false) can be used to get the same "no
> cancellation" policy. It's also possible to just implement Joiner to return
> null.
>
> -Alan
>

Reply via email to