libcaf  0.13.2
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>

Public Attributes

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

Related Functions

(Note that these are not member functions.)

bool operator== (const sync_timeout_msg &, const sync_timeout_msg &)
 
bool operator!= (const sync_timeout_msg &, const sync_timeout_msg &)
 

Detailed Description

Sent to all links when an actor is terminated.

Note
This message can be handled manually by calling local_actor::trap_exit(true) and is otherwise handled implicitly by the runtime system.

Friends And Related Function Documentation

bool operator!= ( const sync_timeout_msg ,
const sync_timeout_msg  
)
related
bool operator== ( const sync_timeout_msg ,
const sync_timeout_msg  
)
related

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