Tangent.Agent.Passthrough.start_link

You're seeing just the function start_link, go back to Tangent.Agent.Passthrough module for more information.
Link to this function

start_link(fun, options \\ [])

View Source

Specs

start_link((() -> term()), GenServer.options()) :: on_start()
Link to this function

start_link(module, fun, args, options \\ [])

View Source

Specs

start_link(module(), atom(), [any()], GenServer.options()) :: on_start()