Yggdrasil.start_link
You're seeing just the function
start_link
, go back to Yggdrasil module for more information.
Specs
start_link(module(), term(), GenServer.options()) :: GenServer.on_start()
Starts an Yggdrasil
given a module
, args
and some optional
options
.