btkostner·il y a 3 ans·discussI’m surprised that nobody has posted about Elixir yet. I nominate the excellently written Phoenix library. Not only is the code well organized and easy to find, the documentation is expansive and right next to the code.https://github.com/phoenixframework/phoenix
btkostner·il y a 4 ans·discussI’d take a look at the terminate callback for Elixir GenServers.https://hexdocs.pm/elixir/1.12/GenServer.html#c:terminate/2
https://github.com/phoenixframework/phoenix