Yggdrasil.Backend.connected
You're seeing just the function
connected
, go back to Yggdrasil.Backend module for more information.
Specs
connected(Yggdrasil.Channel.t(), nil | pid()) :: :ok | {:error, term()}
Generic connected message sender to a channel
. Optionally receives
the pid
of the specific subscriber.