Uses of Interface
com.google.common.util.concurrent.ClosingFuture.AsyncClosingCallable
- 
Packages that use ClosingFuture.AsyncClosingCallable Package Description com.google.common.util.concurrent Concurrency utilities.
- 
- 
Uses of ClosingFuture.AsyncClosingCallable in com.google.common.util.concurrentMethods in com.google.common.util.concurrent with parameters of type ClosingFuture.AsyncClosingCallable Modifier and Type Method Description static <V extends @Nullable java.lang.Object>
 ClosingFuture<V>ClosingFuture. submitAsync(ClosingFuture.AsyncClosingCallable<V> callable, java.util.concurrent.Executor executor)Starts aClosingFuturepipeline by submitting a callable block to an executor.
 
-