View Source Bond.Agent.Wrapper (Bond v0.8.2)

Summary

Functions

Link to this function

get(agent, fun, timeout \\ 5000)

View Source
@spec get(Agent.agent(), (Agent.state() -> a), Agent.timeout()) :: a when a: var
Link to this function

start_link(fun, options \\ [])

View Source
Link to this function

update(agent, fun, timeout \\ 5000)

View Source