Module erlmld_wrk_sup

Worker supervisor.

Copyright © (C) 2016, AdRoll

Behaviours: supervisor.

Description

Worker supervisor. Workers are gen_statem processes launched using start_worker/2, which accepts a supervisor reference (pid or name) and an accepted socket.

Function Index

init/1
start_link/3
start_worker/2

Function Details

init/1

init(X1) -> any()

start_link/3

start_link(Regname, RecordProcessor, RecordProcessorData) -> any()

start_worker/2

start_worker(SupRef, AcceptedSocket) -> any()


Generated by EDoc