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

Sent to all actors monitoring an actor when it is terminated. More...

#include <system_messages.hpp>

Public Member Functions

 down_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 actors monitoring an actor when it is terminated.


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