#concurrency #elixir #erlang #messages
Hey process, there is a message for you!
https://dev.to/alvisesus/hey-process-there-is-a-message-for-you-19a2
Hey process, there is a message for you!
https://dev.to/alvisesus/hey-process-there-is-a-message-for-you-19a2
The DEV Community
Hey Process, there is a Message for you!
Messages are a fundamental part of concurrency in Erlang and Elixir. In this article I introduce how messaging between processes works. We play with simple examples to see how a process sends and receives messages.