18 #ifndef _DECAF_UTIL_CONCURRENT_RUNNABLEFUTURE_H_
19 #define _DECAF_UTIL_CONCURRENT_RUNNABLEFUTURE_H_
28 namespace concurrent {
A Runnable version of the Future type.
Definition: RunnableFuture.h:38
A Future represents the result of an asynchronous computation.
Definition: Future.h:88
Interface for a runnable object - defines a task that can be run by a thread.
Definition: Runnable.h:29
virtual ~RunnableFuture()
Definition: RunnableFuture.h:41