DownHandler

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.

alias DownHandler = void delegate @safe nothrow

Meta