Tangent.Agent.Intercept.get

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

get(agent, getter, timeout)

View Source

Specs

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

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

View Source

Specs

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