RunnableFuturepublic interface RunnableFuture implements Runnable, FutureA {@link Future} that is {@link Runnable}. Successful execution of
the run method causes completion of the Future
and allows access to its results. |
Methods Summary |
---|
public void | run()Sets this Future to the result of its computation
unless it has been cancelled.
|
|