Honeycomb
0.1
Component-Model Framework
|
#include "Honey/Thread/Future/Future.h"
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 () |