rotor
Event loop friendly C++ actor micro-framework
Loading...
Searching...
No Matches
rotor::payload::shutdown_trigger_t Struct Reference

Message with this payload is sent to ask an actor's supervisor to initiate shutdown procedure. More...

#include <messages.hpp>

Public Member Functions

template<typename Address, typename Reason>
 shutdown_trigger_t (Address &&address_, Reason &&reason_) noexcept
 constructs shutdown trigger for the actor, defined with address, and the shutdown reason

Public Attributes

address_ptr_t actor_address
 the actor to be shut down
extended_error_ptr_t reason
 shutdown reason

Detailed Description

Message with this payload is sent to ask an actor's supervisor to initiate shutdown procedure.


The documentation for this struct was generated from the following file:
  • /home/b/development/cpp/cpp-rotor/include/rotor/messages.hpp