Top "Gen-server" questions

gen_server stands for "generic server", a module behaviour in Erlang.

How to perform actions periodically with Erlang's gen_server?

I want to start a gen_server that additionally, will perform one action every minute. What is the best way …

erlang gen-server
Graceful shutdown of GenServer

I writing an Elixir app with GenServer that starts an external application on boot and shuts it down and does …

elixir gen-server