Copyright © (C) 2010 InakaLabs S.R.L.
Behaviours: supervisor.
Authors: Fernando Benavides (fernando.benavides@inakanetworks.com).
start_client/0 | Starts a new client process. |
start_link/1 | Starts the supervisor process. |
start_client() -> {ok, pid() | undefined} | {error, term()}
Starts a new client process
start_link(Name::atom()) -> ignore | {error, term()} | {ok, pid()}
Starts the supervisor process
Generated by EDoc, Sep 21 2011, 16:21:48.