adding (running-states)

This commit is contained in:
anatoly 2016-07-21 14:48:30 -04:00
parent 76cae93f81
commit 76fb498968

View file

@ -181,6 +181,9 @@
(with-ns ns name))
v)))
(defn running-states []
(keys @running))
(defn- unvar-state [s]
(->> s (drop 2) (apply str))) ;; magic 2 is removing "#'" in state name