Check out the
2 Unique Use Cases of GenServer.reply | Deep Insights |Elixir Expert
Don’t fear to reply anymore.
Published in
8 min readMay 10, 2021
In this article, we are talking about two scenarios on how to use reply function in GenServer module explaining with live examples.
The following are the two use cases we are going to cover in this article.
- Multi Node Communication via server messages using multi_call
- Converting Asynchronous request to Synchronous
What this article isn’t about ?
It don’t talk about GenServers and its usage. I hope you already know about the GenServer and its functions. If not check the following articles to master GenServer.