You can also use the :ignore return value in a GenServer init callback in your supervision tree, that will run your init callback and then kill/ignore the process after it’s run.
You can also use the :ignore return value in a GenServer init callback in your supervision tree, that will run your init callback and then kill/ignore the process after it’s run.