(defslimefn kill-nth-thread [index] (when index (when-let [thread (nth @thread-list index nil)] (println "Thread: " thread) (.stop thread))))
Comments top
No comments for kill-nth-thread. Log in to add a comment.