Skip to content

Idiomatic shutdown

skwerl requested to merge idiomatic_shutdown into main

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.

Merge request reports

Loading