| Package | Description | 
|---|---|
| com.google.common.util.concurrent | Concurrency utilities. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> AsyncCallable<T> | Callables. asAsyncCallable(Callable<T> callable,
               ListeningExecutorService listeningExecutorService)Creates an  AsyncCallablefrom aCallable. | 
| Modifier and Type | Method and Description | 
|---|---|
| <C> ListenableFuture<C> | Futures.FutureCombiner. callAsync(AsyncCallable<C> combiner) | 
| <C> ListenableFuture<C> | Futures.FutureCombiner. callAsync(AsyncCallable<C> combiner,
         Executor executor)Creates the  ListenableFuturewhich will return the result of callingcall()incombinerwhen all futures complete, using the specifiedexecutor. | 
Copyright © 2010-2017. All Rights Reserved.