Tangent.Agent.Passthrough.get

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

get(agent, getter, timeout \\ 5000)

View Source

Specs

get(agent(), getter :: (state() -> a), timeout :: integer()) :: a when a: var
Link to this function

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

View Source

Specs

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