C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::mailbox_factory Class Referenceabstract

The base class for all mailbox implementations. More...

#include <mailbox_factory.hpp>

Public Member Functions

virtual abstract_mailboxmake (scheduled_actor *owner)=0
 Creates a new mailbox for owner.
 
virtual abstract_mailboxmake (blocking_actor *owner)=0
 Creates a new mailbox for owner.
 

Detailed Description

The base class for all mailbox implementations.


The documentation for this class was generated from the following files: