View Source erlmld_wrk_sup (erlmld v1.1.1)

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

Link to this section Summary

Link to this section Functions

Link to this function

start_link(Regname, RecordProcessor, RecordProcessorData)

View Source
Link to this function

start_worker(SupRef, AcceptedSocket)

View Source