Yggdrasil.gen_channel
You're seeing just the function
gen_channel
, go back to Yggdrasil module for more information.
Specs
gen_channel(map() | keyword() | Yggdrasil.Channel.t()) :: {:ok, Yggdrasil.Channel.t()} | {:error, term()}
Creates a channel from data
where data is a map or a Keyword
list.