摘要: 异步任务CompletableFuture CompletableFuture.runAsync和CompletableFuture.supplyAsync都是用于创建异步任务的方法,但它们之间有一些重要的区别: 1. CompletableFuture.runAsync: 用于执行没有返回值的异步 阅读全文
posted @ 2024-06-03 10:42 技术摘抄 阅读(83) 评论(0) 推荐(0)