ClojureDocs

导航

命名空间

send-off

clojure.core

自 1.0 起上市 (源代码)
  • (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)