Module nodefinder_sup

Behaviours: supervisor.

Function Index

init/1
start_child/2
start_link/0
stop_child/1

Function Details

init/1

init(X1) -> any()

start_child/2

start_child(Name::module(), Args::list()) -> {ok, pid()} | {error, any()}

start_link/0

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

stop_child/1

stop_child(Name::module()) -> ok | {error, restarting | not_running | not_found | simple_one_for_one}


Generated by EDoc