Yggdrasil.Subscriber.Generator.subscribe
You're seeing just the function
subscribe
, go back to Yggdrasil.Subscriber.Generator module for more information.
Specs
subscribe(Yggdrasil.Channel.t(), nil | pid(), keyword()) :: :ok | {:error, term()}
Makes a pid
subscribe to a channel
.