Idiomatic shutdown
This MR switched to using elixir's System.stop/1
from erlang's :init.stop/0
. This results in exactly no change in behavior, but i think in general elixir functions should be preferred over erlang ones.
This MR switched to using elixir's System.stop/1
from erlang's :init.stop/0
. This results in exactly no change in behavior, but i think in general elixir functions should be preferred over erlang ones.