#include "ace/pre.h"
#include "ace/Unbounded_Set.h"
#include "ace/Synch.h"
#include "ace/Strategies_T.h"
#include "ace/post.h"
Include dependency graph for Future.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Future |
This class implements a ``single write, multiple read'' pattern that can be used to return results from asynchronous method invocations. More... | |
class | ACE_Future_Holder |
Implementation of object which has holds ACE_Future. More... | |
class | ACE_Future_Observer |
ACE_Future_Observer<T>. More... | |
class | ACE_Future_Rep |