| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface RunnableFutureextends Runnable, FutureFuture that is Runnable. Successful execution of
the run method causes completion of the Future
and allows access to its results.
FutureTask, ExecutorMethod Summary | |
void |
|
Methods inherited from interface edu.emory.mathcs.backport.java.util.concurrent.Future | |
cancel, get, get, isCancelled, isDone | |
public void run()
Sets this Future to the result of its computation unless it has been cancelled.