edu.emory.mathcs.backport.java.util.concurrent
public interface RunnableFuture extends java.lang.Runnable, Future
Future
that is Runnable
. Successful execution of
the run method causes completion of the Future
and allows access to its results.FutureTask
,
Executor