摘要: AtomicReference<Boolean> isSyncSuccess = new AtomicReference<>(false);CompletableFuture<Void> future = CompletableFuture.runAsync(() ->{ isSyncSuccess 阅读全文
posted @ 2024-11-15 14:07 chengeng 阅读(2) 评论(0) 推荐(0) 编辑