jhn_elixir v0.1.4 JhnElixir.Managed.Supervisor

Link to this section Summary

Link to this section Types

Link to this type

on_start()

on_start() ::
  {:ok, pid()} | :ignore | {:error, {:already_started, pid()} | term()}

Link to this section Functions

Link to this function

child_spec(init_arg)

Callback implementation for JhnElixir.Supervisor.init/1.

Link to this function

start(manager, module)

start(atom(), module()) :: on_start()