Yggdrasil.Subscriber.Publisher.start_link
You're seeing just the function
start_link
, go back to Yggdrasil.Subscriber.Publisher module for more information.
Specs
start_link(Yggdrasil.Channel.t(), GenServer.options()) :: GenServer.on_start()
Starts a server to distribute messages in a channel
. Additionally can
receive GenServer
options
.