Message with this payload is sent to supervisor when an actor is created (constructed). More...
#include <messages.hpp>
Public Attributes | |
actor_ptr_t | actor |
the intrusive pointer to created actor | |
pt::time_duration | timeout |
maximum time for actor initialization | |
Message with this payload is sent to supervisor when an actor is created (constructed).
The message is needed for internal supervisor_t
housekeeping.
pt::time_duration rotor::payload::create_actor_t::timeout |
maximum time for actor initialization
If an actor isn't able to confirm initialization in time, it will be asked to shutdown (default behavior)