网站首页
编程语言
数据库
系统相关
其他分享
编程问答
future1
2024-05-14
CompletableFuture allOf 和 anyOf
CompletableFuture<String>future1=CompletableFuture.supplyAsync(()->{List<String>objects=newArrayList<>();Strings=objects.get(0);return"成功";}).exceptionally(ex->{//这样的话future2就可以正常执行