Module match_stream_user_mgr

Supervisor for User Processes.

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

Behaviours: supervisor.

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

Description

Supervisor for User Processes

Function Index

start_link/1 Starts the supervisor process.
start_user/1 Starts a new client process.

Function Details

start_link/1

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

Starts the supervisor process

start_user/1

start_user(User::match_stream:user_id()) -> {ok, pid()} | {error, term()}

Starts a new client process


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