(defn thread-set-name ([name] (thread-set-name (current-thread) name)) ([#^Thread thread name] (.setName thread name)))
Comments top
No comments for thread-set-name. Log in to add a comment.