Packages

Elixir - save and easy to use standalone, tracing tools for running elixir and erlang applications

Current section

Files

Jump to
exrun lib exrun.ex
Raw

lib/exrun.ex

defmodule Exrun do
@moduledoc """
Generall functions for introspection of running elixir/erlang system
"""
use Application
@doc false
def start(_type, []) do
{:ok, self()}
end
end