decaf::util::concurrent::RunnableFuture< T > Class Template Reference

A Runnable version of the Future type. More...

#include <src/main/decaf/util/concurrent/RunnableFuture.h>

Inheritance diagram for decaf::util::concurrent::RunnableFuture< T >:
Inheritance graph
[legend]

Public Member Functions

virtual ~RunnableFuture ()

Detailed Description

template<typename T>
class decaf::util::concurrent::RunnableFuture< T >

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.

Since:
1.0

Constructor & Destructor Documentation

template<typename T >
virtual decaf::util::concurrent::RunnableFuture< T >::~RunnableFuture (  )  [inline, virtual]

The documentation for this class was generated from the following file:

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1