Uses of Interface
com.google.common.util.concurrent.ClosingFuture.AsyncClosingCallable
Packages that use ClosingFuture.AsyncClosingCallable
-
Uses of ClosingFuture.AsyncClosingCallable in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent with parameters of type ClosingFuture.AsyncClosingCallableModifier 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.