Uses of Interface
com.google.common.util.concurrent.ClosingFuture.AsyncClosingCallable
-
Uses of ClosingFuture.AsyncClosingCallable in com.google.common.util.concurrent
Modifier and TypeMethodDescriptionstatic <V extends @Nullable Object>
ClosingFuture<V> ClosingFuture.submitAsync
(ClosingFuture.AsyncClosingCallable<V> callable, Executor executor) Starts aClosingFuture
pipeline by submitting a callable block to an executor.