|
libcaf
0.16.3
|
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. | |
Related Functions | |
(Note that these are not member functions.) | |
| template<class Inspector > | |
| Inspector::result_type | inspect (Inspector &f, exit_msg &x) |
Sent to all links when an actor is terminated.
self->set_exit_handler(...).
1.8.16