Behaviours: supervisor.
init/1 | set up the supervisor and its chilren. |
new_worker/0 | start a new plugin runner server. |
start_link/0 | start the supervisor linked to its supervisor. |
init(X1) -> any()
set up the supervisor and its chilren
new_worker() -> {ok, pid()}
start a new plugin runner server
start_link() -> {ok, pid()}
start the supervisor linked to its supervisor
Generated by EDoc