#25: What are GenServers in Elixir?
In a previous post, I did a deep dive into Elixir processes (see post #24) which are the lowest-level concurrency primitives in Elixir, but it’s pretty rare to use them directly. Instead, you will use libraries that let you build processes without wo...
Mar 7, 20243 min read2

