Yggdrasil.stop

You're seeing just the function stop, go back to Yggdrasil module for more information.
Link to this function

stop(server, reason \\ :normal, timeout \\ :infinity)

View Source

Specs

stop(GenServer.server(), term(), :infinity | non_neg_integer()) :: :ok

Stops a server given optional reason and timeout.