Requiem.Supervisor.child_spec
You're seeing just the function
child_spec
, go back to Requiem.Supervisor module for more information.
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
child_spec(handler, otp_app)
Specs
child_spec(module(), atom()) :: Supervisor.child_spec()