get
method
Future
that is Runnable
. Successful execution of
the run
method causes completion of the Future
and allows access to its results.
FutureTask
, Executor
Modifier and Type | Method and Description |
---|---|
public void | run()
Redeclares java. Sets this Future to the result of its computation unless it has been cancelled. |
run | back to summary |
---|---|
public void run() Redeclares java. Sets this Future to the result of its computation unless it has been cancelled. |