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/2
start_link/0

Function Details

init/1

init(X1) -> any()

new_starter/2

new_starter(Pool, Parent) -> any()

start_link/0

start_link() -> any()


Generated by EDoc