|
libcaf
0.15.0
|
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 |
Sent to all links when an actor is terminated.
self->set_exit_handler(...).
1.8.9.1