A minor addition to Erlang/OTP 21 that could make life a little easier For the past few years, I’ve been heavily leveraging GenServer behaviours that advance themselves across various internal states using a pattern of send/2 and handle_info/2 callbacks. Why? Because I’ve found this approach makes it really easy to…