Module lhttpc_sup

Top supervisor for the lhttpc application.

Behaviours: supervisor.

Authors: Oscar Hellstrom (oscar@hellstrom.st).

Description

Top supervisor for the lhttpc application. This is normally started by the application behaviour implemented in lhttpc.

Function Index

start_link/0Starts and links to the supervisor.
start_link/1

Function Details

start_link/0

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/1

start_link(Args) -> any()


Generated by EDoc