Sending Message Never Fail |Elixir Expert
Can we send a Message to the Non-Existing Process? Just Give a Try

This article talks about sending messages to the nonexisting processes.
We all know that each process in elixir has a mailbox to store all the incoming messages. In one of my projects, I have seen that sending messages to either living or dead process is…