Uses of Interface
dev.mccue.guava.concurrent.ClosingFuture.AsyncClosingCallable
-
Uses of ClosingFuture.AsyncClosingCallable in dev.mccue.guava.concurrent
Methods in dev.mccue.guava.concurrent with parameters of type ClosingFuture.AsyncClosingCallableModifier and TypeMethodDescriptionstatic <V extends @Nullable Object>
ClosingFuture<V>ClosingFuture.submitAsync(ClosingFuture.AsyncClosingCallable<V> callable, Executor executor) Starts aClosingFuturepipeline by submitting a callable block to an executor.