|
C++ Actor Framework 0.18
|
Base class for scribe and doorman.
More...
#include <broker_servant.hpp>
Public Types | |
| using | handle_type = Handle |
Public Member Functions | |
| broker_servant (handle_type x) | |
| handle_type | hdl () const |
| void | halt () |
| void | trigger () |
| void | trigger (size_t num) |
| optional< size_t > | activity_tokens () const |
Protected Member Functions | |
| void | detach_from (abstract_broker *ptr) override |
| void | invoke_mailbox_element_impl (execution_unit *ctx, mailbox_element &x) |
| bool | invoke_mailbox_element (execution_unit *ctx) |
| SysMsgType & | msg () |
Protected Attributes | |
| handle_type | hdl_ |
| mailbox_element | value_ |
| optional< size_t > | activity_tokens_ |
Base class for scribe and doorman.