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

Go to the source code of this file.

Classes

struct  honey::future::Broken
 Exceptions. More...
 
struct  honey::future::FutureAlreadyRetrieved
 
struct  honey::future::AlreadySatisfied
 
struct  honey::future::NoState
 
class  honey::Future< R >
 Unique future, guarantees sole access to a future function result. More...
 
class  honey::Promise< R >
 Container to hold a delayed function result. More...
 

Namespaces

 honey
 Global Honeycomb namespace.
 
 honey::future
 Future util.