Module pooler_starter_sup

Simple one for one supervisor for pooler_starter.

Behaviours: supervisor.

Description

Simple one for one supervisor for pooler_starter.

This supervisor is shared by all pools since pooler_starter is a generic helper to fasciliate async member start.

Function Index

init/1
new_starter/1
start_link/0

Function Details

init/1

init(X1) -> any()

new_starter/1

new_starter(Spec::pooler_starter:start_spec()) -> {ok, pid()}

start_link/0

start_link() -> any()


Generated by EDoc