Yggdrasil.Subscriber.Distributor.start_link
You're seeing just the function
start_link
, go back to Yggdrasil.Subscriber.Distributor module for more information.
Specs
start_link(Yggdrasil.Channel.t(), pid(), [ Supervisor.option() | Supervisor.init_option() ]) :: Supervisor.on_start()
Starts the supervisor and its children using the channel
as part of the
identificator for the supervision tree. It also receives the pid
of
the first subscriber. Additionally it can receive Supervisor
options
.