Registry.child_spec
You're seeing just the function
child_spec
, go back to Registry module for more information.
Specs
child_spec([start_option()]) :: Supervisor.child_spec()
Returns a specification to start a registry under a supervisor.
See Supervisor
.