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