View Source ExBalena.Supervisor (ex_balena v0.1.3)

Add the Supervisor to your Application supervision tree.any()

children = [
  ...
  ExBalena.Supervisor
]

or, just start it dynamically.

{:ok, _pid} = ExBalena.Supervisor.start_link()

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(config \\ [])

View Source
@spec start_link(keyword()) :: Supervisor.on_start()