
#59: Getting State from a GenServer
Published July 16, 2018
9m 9s
In this episode we’ll use the existing GenServer that we build in episode #58 and look at how we can update it so other processes can ask it for its state. To accomplish this we’ll refactor our GenServer to keep the client API separate from the server callbacks.