(defn agent-watch-fn [enabled] (when enabled (Thread/sleep sleep-time) (run-watcher) (send-off watch-agent agent-watch-fn)) enabled)
Comments top
No comments for agent-watch-fn. Log in to add a comment.