hello all, I ran an async thread in repl, how do I know if it´s running?
There's no way to know what threads are still running unless you use some API, save the thread object in a var, or something You can inspect things with VisualVM, but then we're outside Clojure and entering in the Java realm :)