Searched refs:updateFutures (Results 1 – 1 of 1) sorted by relevance
861 List<CompletableFuture<Void>> updateFutures = new ArrayList<>(); in notifyCollectionWidgetChange() local864 updateFutures.add(CompletableFuture.runAsync(() -> { in notifyCollectionWidgetChange()875 CompletableFuture.allOf(updateFutures.toArray(CompletableFuture[]::new)).join(); in notifyCollectionWidgetChange()