supervisor

supervisor

Module

supervisor

Module summary

Generic supervisor behavior.

Description

This behavior module provides a supervisor, a process that supervises other processes called child processes. A child process can either be another supervisor or a worker process. Worker processes are normally implemented using one of the gen_event, gen_fsm, gen_server, or gen_statem behaviors. A supervisor implemented using this module has a standard set of interface fun