libcaf
0.13.2
|
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 &) |
Sent to all links when an actor is terminated.
local_actor::trap_exit(true)
and is otherwise handled implicitly by the runtime system.
|
related |
|
related |