All Questions
1 question
0
votes
2
answers
895
views
Verify size of list of completablefutures
I have a code which looks similar to
public void myMethod(){
List<CompletableFuture<Void>> futures = new ArrayList<>();
//getQuestion, getAnswer, both ...