Initiates a shutdown of the thread pools that back the agent
system. Running actions will complete, but no new actions will be
accepted
(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))
Comments top
No comments for shutdown-agents. Log in to add a comment.