Skip to main content

send-off

functionv1.0

clojure.core/send-off

Available in:BBCLJ
(send-off [a f & args])
Dispatch a potentially blocking action to an agent. Returns the agent immediately. Subsequently, in a separate thread, 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!