libcaf  0.15.0
Public Member Functions | Public Attributes | Friends | List of all members
caf::exit_msg Class Reference

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

#include <system_messages.hpp>

Public Member Functions

 exit_msg (actor_addr x, error y)
 

Public Attributes

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

Friends

template<class >
class data_processor
 
template<class >
class type_erased_value_impl
 

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 class was generated from the following file: