Behaviours: supervisor.
supervisor
start_link() -> {ok, pid()} | ignore | {error, term()}
start link.
stop() -> ok | not_started
stop process.
Generated by EDoc