Package java.util.concurrent
Interface RunnableFuture<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Sets this Future to the result of its computation unless it has been cancelled.
-
-
-
Method Detail
-
run
void run()
Sets this Future to the result of its computation unless it has been cancelled.- Specified by:
runin interfaceRunnable- See Also:
Thread.run()
-
-