chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
fabrao 2020-06-14T13:42:33.193100Z

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

mauricio.szabo 2020-06-14T14:25:11.195600Z

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