Fork me on GitHub
#chlorine-clover
<
2020-06-14
>
fabrao13:06:33

hello all, I ran an async thread in repl, how do I know if it´s running?

mauricio.szabo14:06:11

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 :)