Encapsulating the Java CompletableFuture allOf() Method with Various Wrappers (Part 2)

Опубликовано: 28 Октябрь 2024
на канале: Douglas Schmidt
594
6

This video walks through several wrappers (including a custom collector and the StreamsUtils.joinAll() method) that encapsulate the Java CompletableFuture allOf() method so it's easier to use.

All the code shown in this video is available in open-source form from https://github.com/douglascraigschmid....