Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
sau123's user avatar
  • 352