user_sup

Functions


start() -> {error, {already_started, pid()}} | {ok, pid()}

init(X1::[]) -> ignore | {error, nouser} | {ok, pid(), pid()}

relay(Pid::pid()) -> no_return()

terminate(Reason::term(), UserPid::pid()) -> ok