Module loki_xml_sup

loki_xml_sup - Top-level supervisor.

Behaviours: supervisor.

Description

loki_xml_sup - Top-level supervisor

Function Index

init/1Initialize the supervisor with a one_for_one strategy.
start_child/2Dynamically start a child worker.
start_link/0Start the supervisor.

Function Details

init/1

init(X1) -> any()

Initialize the supervisor with a one_for_one strategy

start_child/2

start_child(Module::module(), Args::[term()]) -> {ok, pid()} | {error, term()}

Dynamically start a child worker

start_link/0

start_link() -> {ok, pid()} | {error, term()}

Start the supervisor


Generated by EDoc