String.Chars Protocol for Elixir PIDs
TIL: A Convenience Tip for Your Elixir Development Aug 29 2018
I recently did a live coding session on a 3d audio server built in Elixir.
This project involves quite a complicated supervision tree where GenServers are created and destroyed dynamically based on users joining a room and moving around.
As such this requires in-depth logging of processes in the application.
more»