ClojureDocs

导航

命名空间

发送

clojure.core

自 1.0 起可用 ()
  • (发送 a f & 参数)
Dispatch an action to an agent. Returns the agent immediately.
Subsequently, in a thread from a thread pool, the state of the agent
will be set to the value of:
 (apply action-fn state-of-agent args)