ACE  6.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes
Future_Set.h File Reference
#include "ace/Thread.h"
#include "ace/Message_Queue.h"
#include "ace/Future.h"
#include "ace/Hash_Map_Manager_T.h"
#include "ace/Null_Mutex.h"
#include "ace/Future_Set.cpp"

Classes

class  ACE_Future_Set< T >
 This class implements a mechanism that 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

Id:
Future_Set.h 91626 2010-09-07 10:59:20Z johnnyw
Author:
John Tucker jtuck.nosp@m.er@i.nosp@m.nfogl.nosp@m.ide..nosp@m.com