#include <channel_decls.h>
Public Member Functions | |
ChannelManager () | |
ChannelManager constructor. | |
Friends | |
class | BaseChannel |
class | ChannelGroup |
class | Channel |
It maintains a queue of all pending messages to be received. All channels on a manager must be destroyed before destroying the manager.
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.