Behaviours: supervisor.
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.| init/1 | |
| new_starter/2 | |
| start_link/0 |
init(X1) -> any()
new_starter(Pool, Parent) -> any()
start_link() -> any()
Generated by EDoc