|
libcaf
0.15.0
|
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 |
Sent to all actors monitoring an actor when it is terminated.
1.8.9.1