CAF 0.17.6
Loading...
Searching...
No Matches
caf::exit_msg Struct Reference

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

#include <system_messages.hpp>

Public Attributes

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

(Note that these are not member symbols.)

bool operator== (const exit_msg &x, const exit_msg &y) noexcept
template<class Inspector>
Inspector::result_type 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(...).

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