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 aListenableFutureTask
that will upon running, execute the givenRunnable
, and arrange thatget
will return the given result on successful completion.static <V> ListenableFutureTask
<V> Creates aListenableFutureTask
that will upon running, execute the givenCallable
.