Actors can monitor the lifetime of other actors by sending a MonitorRequest to an address. This will cause the runtime system to send a DownMsg for other if it dies.
Actors drop down messages unless they provide a custom handler.
See Implementation
Actors can monitor the lifetime of other actors by sending a MonitorRequest to an address. This will cause the runtime system to send a DownMsg for other if it dies.
Actors drop down messages unless they provide a custom handler.