Tangent.Agent.Passthrough.update

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

update(agent, fun, timeout \\ 5000)

View Source

Specs

update(agent(), (state() -> state()), timeout()) :: :ok
Link to this function

update(agent, module, fun, args, timeout \\ 5000)

View Source

Specs

update(agent(), module(), atom(), [term()], timeout()) :: :ok