#elixir #genserver #task #concurrency
Using a genserver to handle asynchronous and concurrent tasks
https://dev.to/jackmarchant/using-a-genserver-to-handle-asynchronous-and-concurrent-tasks--3g96
Using a genserver to handle asynchronous and concurrent tasks
https://dev.to/jackmarchant/using-a-genserver-to-handle-asynchronous-and-concurrent-tasks--3g96
DEV Community
Using a GenServer to handle asynchronous and concurrent tasks
Inter-process communication can be tricky to get your head around. This article discusses an example of how it can be used to solve a real problem.