#include "ace/pre.h"
#include "ace/Thread.h"
#include "ace/Message_Queue.h"
#include "ace/Future.h"
#include "ace/Hash_Map_Manager.h"
#include "ace/post.h"
Include dependency graph for Future_Set.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Future_Set |
This class implements a mechanism which allows the values of a collection of <ACE_Future> objects to be accessed by reader threads as they become available. The caller(s) provide the <ACE_Future_Set> (i.e. the observer...) with the collection of <ACE_Future> objects (i.e. the subjects...) that are to be observed using the the <ACE_Future_Set::insert> method. The caller(s) may then iterate over the collection in the order in which they become readable using the <ACE_Future_Set::next_readable> method. More... |
Future_Set.h,v 4.13 2002/01/19 16:47:57 schmidt Exp