Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Future_Set.h File Reference

Future_Set.h,v 4.14 2002/04/24 05:55:16 jwillemsen Exp. More...

#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:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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...


Detailed Description

Future_Set.h,v 4.14 2002/04/24 05:55:16 jwillemsen Exp.

Author:
John Tucker <jtucker@infoglide.com>

Generated on Tue Aug 20 14:39:15 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001