Subscribe to access all episodes. View plans →
Published July 16, 2018
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.