shutdown-agents

clojure.core

  • (shutdown-agents)
Initiates a shutdown of the thread pools that back the agent
system. Running actions will complete, but no new actions will be
accepted

0 Examples top

Log in to add / edit an example.

See Also top

Log in to add a see also.

Plus_12x12 Minus_12x12 Source clojure/core.clj:2021 top

(defn shutdown-agents
  "Initiates a shutdown of the thread pools that back the agent
  system. Running actions will complete, but no new actions will be
  accepted"
  {:added "1.0"
   :static true}
  [] (. clojure.lang.Agent shutdown))
Vars in clojure.core/shutdown-agents:
Used in 0 other vars

Comments top

No comments for shutdown-agents. Log in to add a comment.