Class ConcurrencyUtils
java.lang.Object
com.mulesoft.modules.agent.broker.internal.util.ConcurrencyUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidcompleteAsyncInTCCL(CompletableFuture<T> future, Executor executor, BiConsumer<? super T, ? super Throwable> action)
-
Method Details
-
completeAsyncInTCCL
public static <T> void completeAsyncInTCCL(CompletableFuture<T> future, Executor executor, BiConsumer<? super T, ? super Throwable> action)
-