Get a map with the Var/value pairs which is currently in effect for the
current thread.
(defn get-thread-bindings
"Get a map with the Var/value pairs which is currently in effect for the
current thread."
{:added "1.1"}
[]
(clojure.lang.Var/getThreadBindings))
Comments top
No comments for get-thread-bindings. Log in to add a comment.