Skip to content

Latest commit

 

History

History
83 lines (38 loc) · 1.45 KB

peculium_core_sup.md

File metadata and controls

83 lines (38 loc) · 1.45 KB

Module peculium_core_sup

Behaviours: supervisor.

Authors: Alexander Færøy (ahf@0x90.dk).

Description


Data Types


startlink_err() = {already_started, pid()} | shutdown | term()

startlink_ret() = {ok, pid()} | ignore | {error, startlink_err()}

Function Index

init/1
start_link/0

Function Details

init/1


init(State::[]) -> {ok, {{one_for_one, non_neg_integer(), non_neg_integer()}, []}}



start_link/0


start_link() -> startlink_ret()