libcppa
Version 0.1
|
#include <channel.hpp>
Public Member Functions | |
virtual void | enqueue (actor *sender, const any_tuple &msg)=0 |
Interface for all message receivers.
This interface describes an entity that can receive messages and is implemented by actor and group.
Enqueues msg
to the list of received messages.
Implemented in cppa::local_actor, and cppa::actor_proxy.