|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListenableFutureTask | |
---|---|
com.google.common.util.concurrent | Concurrency utilities. |
Uses of ListenableFutureTask in com.google.common.util.concurrent |
---|
Methods in com.google.common.util.concurrent that return ListenableFutureTask | ||
---|---|---|
static
|
ListenableFutureTask.create(Callable<V> callable)
Creates a ListenableFutureTask that will upon running, execute the
given Callable . |
|
static
|
ListenableFutureTask.create(Runnable runnable,
V result)
Creates a ListenableFutureTask that will upon running, execute the
given Runnable , and arrange that get will return the
given result on successful completion. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |