Module gruff_sup

Copyright © 2017 Jörgen Brandt

Version: 0.1.0

Behaviours: supervisor.

Authors: Jörgen Brandt (joergen.brandt@onlinehome.de).

Function Index

start_link/1Starts an instance of a gruff supervisor.

Function Details

start_link/1

start_link(X1::{M, F, A}) -> {ok, pid()} | ignore | {error, term()}

Starts an instance of a gruff supervisor. The {M, F, A} argument triple specifies how the worker processes are started. Herein, M denotes the worker's module name, F is the start function, and A is the argument list handed to the worker process on startup.


Generated by EDoc