A Runnable version of the Future type. More...
#include <src/main/decaf/util/concurrent/RunnableFuture.h>

Public Member Functions | |
| virtual | ~RunnableFuture () |
A Runnable version of the Future type.
When the run method has completed successfully the Future will be considered complete and its get method will return the produced result.
| virtual decaf::util::concurrent::RunnableFuture< T >::~RunnableFuture | ( | ) | [inline, virtual] |
1.6.1