Module cre_sup

Copyright © 2015-2018 Jörgen Brandt

Version: 0.1.7

Behaviours: supervisor.

Authors: Jörgen Brandt (joergen.brandt@onlinehome.de).

Function Index

init/1
start_link/0

Function Details

init/1

init(Args::term()) -> {ok, {#{strategy => one_for_one, intensity => non_neg_integer(), period => pos_integer()}, [#{id := term(), start := {atom(), atom(), [term()]}, restart => temporary, shutdown => non_neg_integer(), type => worker, modules => [atom()]}]}}

start_link/0

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


Generated by EDoc