技术栈

allof

无休居士
7 个月前
android·java·开发语言·future·completable·allof
Java8中CompletableFuture.allOf的使用CompletableFuture.allOf(…) 本身不会等待所有的 CompletableFuture 完成,它只是返回一个新的 CompletableFuture,这个新未来对象会在所有给定的未来对象完成时完成。