Uses of Class
com.google.common.util.concurrent.ListenableFutureTask
Packages that use ListenableFutureTask
-
Uses of ListenableFutureTask in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return ListenableFutureTaskModifier and TypeMethodDescriptionstatic <V> ListenableFutureTask<V>Creates aListenableFutureTaskthat will upon running, execute the givenRunnable, and arrange thatgetwill return the given result on successful completion.static <V> ListenableFutureTask<V>Creates aListenableFutureTaskthat will upon running, execute the givenCallable.