brook v0.6.0 Brook.Supervisor
A Brook application supervisor, managing the process registry, storage and driver module processes, and the server process.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Initialize the Brook supervisor with all necessary child processes.
Start a Brook supervisor and link it to the current process.
Link to this section Functions
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
init(opts)
Initialize the Brook supervisor with all necessary child processes.
Link to this function
start_link(opts)
Start a Brook supervisor and link it to the current process.