Package nosql.batch.update.util
Class AsyncUtil
java.lang.Object
nosql.batch.update.util.AsyncUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic <V> List<V>supplyAsyncAll(List<Supplier<V>> suppliers, ExecutorService executorService)
-
Constructor Details
-
AsyncUtil
public AsyncUtil()
-
-
Method Details
-
supplyAsyncAll
public static <V> List<V> supplyAsyncAll(List<Supplier<V>> suppliers, ExecutorService executorService) -
shutdownAndAwaitTermination
-