Understanding Exit Signals in Erlang/Elixir
- Published
- Author
- Emil Soman
Erlang is a powerful concurrent programming language that has Processes as a first class citizen. These are isolated by default. Just like in Unix, these processes can communicate using Signals. In this post we will see how to achieve that in Elixir.
Read more