actor-framework
Public Attributes | Related Functions | List of all members
caf::exit_msg Struct Reference

Sent to all links when an actor is terminated. More...

#include <system_messages.hpp>

Collaboration diagram for caf::exit_msg:
Collaboration graph
[legend]

Public Attributes

actor_addr source
 The source of this message, i.e., the terminated actor.
 
error reason
 The exit reason of the terminated actor.
 

Related Functions

(Note that these are not member functions.)

bool operator== (const exit_msg &x, const exit_msg &y) noexcept
 
bool operator!= (const exit_msg &x, const exit_msg &y) noexcept
 
template<class Inspector >
bool inspect (Inspector &f, exit_msg &x)
 

Detailed Description

Sent to all links when an actor is terminated.

Note
Actors can override the default handler by calling self->set_exit_handler(...).

Friends And Related Function Documentation

◆ inspect()

template<class Inspector >
bool inspect ( Inspector &  f,
exit_msg x 
)
related

◆ operator!=()

bool operator!= ( const exit_msg x,
const exit_msg y 
)
related

◆ operator==()

bool operator== ( const exit_msg x,
const exit_msg y 
)
related

The documentation for this struct was generated from the following file: