Module watts_plugin_sup

Behaviours: supervisor.

Function Index

init/1set up the supervisor and its chilren.
new_worker/0start a new plugin runner server.
start_link/0start the supervisor linked to its supervisor.

Function Details

init/1

init(X1) -> any()

set up the supervisor and its chilren

new_worker/0

new_worker() -> {ok, pid()}

start a new plugin runner server

start_link/0

start_link() -> {ok, pid()}

start the supervisor linked to its supervisor


Generated by EDoc