Honeycomb  0.1
Component-Model Framework
Classes | Namespaces | Functions
SharedFuture.h File Reference
#include "Honey/Thread/Future/Future.h"
Include dependency graph for SharedFuture.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  honey::SharedFuture< R >
 Shared future, allows multiple access to a future function result. More...
 

Namespaces

 honey
 Global Honeycomb namespace.
 

Functions

template<class T , class R = typename std::decay<T>::type>
SharedFuture< R > honey::SharedFutureCreate (T &&val)
 Create a shared future that is immediately ready with the value. More...
 
SharedFuture< void > honey::SharedFutureCreate ()