Skip to main content

send-via

functionv1.5

clojure.core/send-via

Available in:BBCLJ
(send-via [executor a f & args])
Dispatch an action to an agent. Returns the agent immediately. Subsequently, in a thread supplied by executor, the state of the agent will be set to the value of: (apply action-fn state-of-agent args)

No examples yet. Be the first to add one!