September 2013
Intermediate to advanced
548 pages
12h 25m
English
| supervisor_template.full | |
| | %%%------------------------------------------------------------------- |
| | %%% @author some name <me@hostname.local> |
| | %%% @copyright (C) 2013, some name |
| | %%% @doc |
| | %%% |
| | %%% @end |
| | %%% Created : 26 May 2013 by some name <me@hostname.local> |
| | %%%------------------------------------------------------------------- |
| | -module(). |
| | |
| | -behaviour(supervisor). |
| | |
| | %% API |
| | -export([start_link/0]). |
| | |
| | %% Supervisor callbacks |
| | -export([init/1]). |
| | |
| | -define(SERVER, ?MODULE). |
| | |
| | %%%=================================================================== |
| | %%% API functions |
| | %%%=================================================================== |
| | |
| | %%-------------------------------------------------------------------- ... |
Read now
Unlock full access