ChannelManager Class Reference

Each microthread that wants to receive messages needs exactly one ChannelManager. More...

#include <channel_decls.h>

List of all members.

Public Member Functions

 ChannelManager ()
 ChannelManager constructor.

Friends

class BaseChannel
class ChannelGroup
class Channel


Detailed Description

Each microthread that wants to receive messages needs exactly one ChannelManager.

It maintains a queue of all pending messages to be received. All channels on a manager must be destroyed before destroying the manager.


Constructor & Destructor Documentation

ChannelManager::ChannelManager (  )  [inline]

ChannelManager constructor.

Each channel that wants to use channels has to have exactly one ChannelManager. Just create it and pass it to channels and channelgroups.


The documentation for this class was generated from the following files:
Generated on Sat Feb 7 01:26:51 2009 by  doxygen 1.5.1