Bond
v0.8.2
Pages
Modules
Search documentation of Bond
Settings
View Source
Bond.Agent.Wrapper
(Bond v0.8.2)
Summary
Functions
get(agent, fun, timeout \\ 5000)
start_link(fun, options \\ [])
update(agent, fun, timeout \\ 5000)
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