C++ Actor Framework 0.19
|
Enables socket managers to communicate with actors using dynamically typed messaging. More...
#include <actor_shell.hpp>
Public Types | |
using | super = extend< abstract_actor_shell, actor_shell >::with< mixin::sender, mixin::requester > |
using | signatures = none_t |
using | behavior_type = behavior |
Public Member Functions | |
actor_shell (actor_config &cfg, async::execution_context_ptr loop) | |
template<class... Fs> | |
void | set_behavior (Fs... fs) |
Overrides the callbacks for incoming messages. | |
const char * | name () const override |
Friends | |
class | actor_shell_ptr |
Enables socket managers to communicate with actors using dynamically typed messaging.