Java Professional — Hard
Key points
- Results must be retrieved individually after allOf() completes
- CompletableFuture.allOf() does not automatically return a list of results
- It waits for all supplied futures to complete before completing itself
Ready to go further?
Related questions
