Tyyppi.Stats.start_link
You're seeing just the function
start_link
, go back to Tyyppi.Stats module for more information.
Specs
start_link(types :: info(), meta :: keyword()) :: GenServer.on_start()
Starts the cache process. The optional parameter might contain any payload that will be stored in the process’ state.
If a payload has callback :: (-> :ok)
parameter, this function will
be called every time the types information gets rehashed.