GenServer
Today I finished this week’s Elixir module.
I learned about GenServer
, one of the most useful resources
in the Elixir toolbox.
It allows you to spawn a generic, state-persistent process.
I used to implement a stack and a queue.
Today I’ll study physics.