View Source nova_sup (nova v0.9.11)

Nova supervisor

Link to this section Summary

Functions

Whenever a supervisor is started using supervisor:start_link/[2,3], this function is called by the new process to find out about restart strategy, maximum restart intensity, and child specifications.
Starts the supervisor

Link to this section Functions

Whenever a supervisor is started using supervisor:start_link/[2,3], this function is called by the new process to find out about restart strategy, maximum restart intensity, and child specifications.
-spec start_link() -> {ok, Pid :: pid()} | ignore | {error, Error :: any()}.
Starts the supervisor