C++ Actor Framework 1.0.0
|
The base class for all mailbox implementations. More...
#include <mailbox_factory.hpp>
Public Member Functions | |
virtual abstract_mailbox * | make (scheduled_actor *owner)=0 |
Creates a new mailbox for owner . | |
virtual abstract_mailbox * | make (blocking_actor *owner)=0 |
Creates a new mailbox for owner . | |
The base class for all mailbox implementations.