Module match_stream_client_mgr

Supervisor for Client Processes.

Copyright © (C) 2010 InakaLabs S.R.L.

Behaviours: supervisor.

Authors: Fernando Benavides (fernando.benavides@inakanetworks.com).

Description

Supervisor for Client Processes

Function Index

start_client/0 Starts a new client process.
start_link/1 Starts the supervisor process.

Function Details

start_client/0

start_client() -> {ok, pid() | undefined} | {error, term()}

Starts a new client process

start_link/1

start_link(Name::atom()) -> ignore | {error, term()} | {ok, pid()}

Starts the supervisor process


Generated by EDoc, Sep 21 2011, 16:21:48.