Tangent.Agent.Passthrough.get_and_update

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

get_and_update(agent, fun, timeout \\ 5000)

View Source

Specs

get_and_update(agent(), (state() -> {a, state()}), timeout()) :: a when a: var
Link to this function

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

View Source

Specs

get_and_update(agent(), module(), atom(), [term()], timeout()) :: any()