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