Behaviours: supervisor.
Authors: Oscar Hellstrom (oscar@hellstrom.st).
lhttpc
.
start_link/0 | Starts and links to the supervisor. |
start_link/1 |
start_link() -> {ok, pid()} | {error, Reason}
Starts and links to the supervisor. This is normally called from an application behaviour or from another supervisor.
start_link(Args) -> any()
Generated by EDoc