Message with this payload is sent from a supervisor to an actor as shutdown request. More...
#include <messages.hpp>
Public Types | |
| using | response_t = shutdown_confirmation_t |
| link to response payload type | |
Public Member Functions | |
| template<typename Reason> | |
| shutdown_request_t (Reason &&reason_) noexcept | |
| constructs shutdown request with shutdown reason | |
Public Attributes | |
| extended_error_ptr_t | reason |
| shutdown reason | |
Message with this payload is sent from a supervisor to an actor as shutdown request.