Module varpool_sup

Local Variable Pool Supervisor

.

Copyright © 2015-2017 Michael Truog

Version: 1.7.1 Sep 15 2018 17:51:22 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog at protonmail dot com).

Description

Local Variable Pool Supervisor

Function Index

init/1
start_link/4

Start the Pool supervisor.

.
stop_link/1

Stop the Pool supervisor.

.

Function Details

init/1

init(X1) -> any()

start_link/4

start_link(Parent::pid(), MaxR::non_neg_integer(), MaxT::pos_integer(), Pool::nonempty_list()) -> {ok, pid()} | {error, any()}

Start the Pool supervisor.

stop_link/1

stop_link(Supervisor::pid()) -> ok

Stop the Pool supervisor.


Generated by EDoc